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:
@@ -82,4 +82,4 @@ namespace client { namespace code_gen
|
||||
};
|
||||
}}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -89,4 +89,4 @@ namespace client { namespace code_gen
|
||||
};
|
||||
}}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -120,4 +120,4 @@ namespace client { namespace code_gen
|
||||
};
|
||||
}}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -120,4 +120,4 @@ namespace client { namespace code_gen
|
||||
};
|
||||
}}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -115,4 +115,4 @@ namespace client { namespace code_gen
|
||||
};
|
||||
}}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -139,4 +139,4 @@ char const* max_unsigned_base36 = "1Z141Z3";
|
||||
char const* unsigned_overflow_base36 = "1Z141Z4";
|
||||
char const* digit_overflow_base36 = "1Z141Z30";
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user