2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Spirit: Fixing inspect problems

[SVN r81794]
This commit is contained in:
Hartmut Kaiser
2012-12-08 15:51:22 +00:00
parent 3ba8b8b8ed
commit 4e804bf318
8 changed files with 10 additions and 10 deletions

View File

@@ -82,4 +82,4 @@ namespace client { namespace code_gen
};
}}
#endif
#endif

View File

@@ -89,4 +89,4 @@ namespace client { namespace code_gen
};
}}
#endif
#endif

View File

@@ -120,4 +120,4 @@ namespace client { namespace code_gen
};
}}
#endif
#endif

View File

@@ -120,4 +120,4 @@ namespace client { namespace code_gen
};
}}
#endif
#endif

View File

@@ -115,4 +115,4 @@ namespace client { namespace code_gen
};
}}
#endif
#endif

View File

@@ -59,12 +59,12 @@ struct test_action_2
struct DIgnore
{
std::string text;
std::string text;
};
struct DInclude
{
std::string FileName;
std::string FileName;
};
BOOST_FUSION_ADAPT_STRUCT(

View File

@@ -139,4 +139,4 @@ char const* max_unsigned_base36 = "1Z141Z3";
char const* unsigned_overflow_base36 = "1Z141Z4";
char const* digit_overflow_base36 = "1Z141Z30";
#endif
#endif

View File

@@ -481,8 +481,8 @@ int main()
// tags
{
short min = std::numeric_limits<short>::min();
short max = std::numeric_limits<short>::max();
short min = (std::numeric_limits<short>::min)();
short max = (std::numeric_limits<short>::max)();
utree::list_type u;
utree u2;