temporarily blocked for compilation: mainspaceparser, jsontospaceparser, spaceparser, spacetojson
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
namespace PT
|
||||
{
|
||||
|
||||
#ifdef nonexisting_value
|
||||
|
||||
|
||||
JSONToSpaceParser::JSONToSpaceParser()
|
||||
@@ -861,7 +862,7 @@ int JSONToSpaceParser::ReadChar()
|
||||
return lastc;
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
} // namespace
|
||||
|
||||
|
@@ -46,6 +46,7 @@
|
||||
namespace PT
|
||||
{
|
||||
|
||||
#ifdef nonexisting_value
|
||||
|
||||
|
||||
class JSONToSpaceParser
|
||||
@@ -353,6 +354,8 @@ private:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
} // namespace
|
||||
|
||||
|
@@ -44,6 +44,7 @@
|
||||
namespace PT
|
||||
{
|
||||
|
||||
#ifdef nonexisting_value
|
||||
|
||||
|
||||
SpaceParser::SpaceParser()
|
||||
@@ -667,6 +668,8 @@ return lastc;
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
} // namespace
|
||||
|
||||
|
@@ -46,6 +46,7 @@
|
||||
namespace PT
|
||||
{
|
||||
|
||||
#ifdef nonexisting_value
|
||||
|
||||
|
||||
class SpaceParser
|
||||
@@ -318,6 +319,8 @@ private:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
} // namespace
|
||||
|
||||
|
@@ -41,6 +41,8 @@
|
||||
namespace PT
|
||||
{
|
||||
|
||||
#ifdef nonexisting_value
|
||||
|
||||
|
||||
void SpaceToJSON::Clear()
|
||||
{
|
||||
@@ -107,7 +109,7 @@ bool SpaceToJSON::IsTable(const std::wstring & name)
|
||||
return i != table.end();
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
@@ -48,6 +48,8 @@
|
||||
namespace PT
|
||||
{
|
||||
|
||||
#ifdef nonexisting_value
|
||||
|
||||
|
||||
class SpaceToJSON
|
||||
{
|
||||
@@ -262,7 +264,7 @@ void SpaceToJSON::Serialize(Space & space, Stream & out, bool use_indents)
|
||||
Serialize(space, out, use_indents, 0, false, treat_as_table, true);
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user