temporarily blocked for compilation: mainspaceparser, jsontospaceparser, spaceparser, spacetojson

This commit is contained in:
2021-03-15 19:25:04 +01:00
parent f771f12027
commit df88d4c0fc
8 changed files with 23 additions and 3 deletions

View File

@@ -47,6 +47,8 @@
namespace PT
{
#ifdef nonexisting_value
MainSpaceParser::MainSpaceParser()
{
@@ -290,6 +292,7 @@ size_t MainSpaceParser::RequireOption(const std::wstring & arg)
return res;
}
#endif
} // namespace

View File

@@ -46,6 +46,8 @@
namespace PT
{
#ifdef nonexisting_value
/*
a very little parser for main(int argc, char ** argv) parameters
@@ -93,6 +95,7 @@ private:
};
#endif
} // namespace