From 4e804bf3186faf031dcc15ee7577aa6fe3a64dd5 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Sat, 8 Dec 2012 15:51:22 +0000 Subject: [PATCH] Spirit: Fixing inspect problems [SVN r81794] --- example/qi/compiler_tutorial/calc7/compiler.hpp | 2 +- example/qi/compiler_tutorial/calc8/compiler.hpp | 2 +- example/qi/compiler_tutorial/conjure1/compiler.hpp | 2 +- example/qi/compiler_tutorial/conjure2/compiler.hpp | 2 +- example/qi/compiler_tutorial/mini_c/compiler.hpp | 2 +- test/qi/alternative.cpp | 4 ++-- test/qi/uint_radix.hpp | 2 +- test/support/utree.cpp | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/example/qi/compiler_tutorial/calc7/compiler.hpp b/example/qi/compiler_tutorial/calc7/compiler.hpp index 1da16d054..179a315a9 100644 --- a/example/qi/compiler_tutorial/calc7/compiler.hpp +++ b/example/qi/compiler_tutorial/calc7/compiler.hpp @@ -82,4 +82,4 @@ namespace client { namespace code_gen }; }} -#endif \ No newline at end of file +#endif diff --git a/example/qi/compiler_tutorial/calc8/compiler.hpp b/example/qi/compiler_tutorial/calc8/compiler.hpp index a361b738e..915a87d0a 100644 --- a/example/qi/compiler_tutorial/calc8/compiler.hpp +++ b/example/qi/compiler_tutorial/calc8/compiler.hpp @@ -89,4 +89,4 @@ namespace client { namespace code_gen }; }} -#endif \ No newline at end of file +#endif diff --git a/example/qi/compiler_tutorial/conjure1/compiler.hpp b/example/qi/compiler_tutorial/conjure1/compiler.hpp index db8f2ee8a..461f7a7c4 100644 --- a/example/qi/compiler_tutorial/conjure1/compiler.hpp +++ b/example/qi/compiler_tutorial/conjure1/compiler.hpp @@ -120,4 +120,4 @@ namespace client { namespace code_gen }; }} -#endif \ No newline at end of file +#endif diff --git a/example/qi/compiler_tutorial/conjure2/compiler.hpp b/example/qi/compiler_tutorial/conjure2/compiler.hpp index fa902225e..b49c0ac43 100644 --- a/example/qi/compiler_tutorial/conjure2/compiler.hpp +++ b/example/qi/compiler_tutorial/conjure2/compiler.hpp @@ -120,4 +120,4 @@ namespace client { namespace code_gen }; }} -#endif \ No newline at end of file +#endif diff --git a/example/qi/compiler_tutorial/mini_c/compiler.hpp b/example/qi/compiler_tutorial/mini_c/compiler.hpp index 6acb81ed5..8a3eea72e 100644 --- a/example/qi/compiler_tutorial/mini_c/compiler.hpp +++ b/example/qi/compiler_tutorial/mini_c/compiler.hpp @@ -115,4 +115,4 @@ namespace client { namespace code_gen }; }} -#endif \ No newline at end of file +#endif diff --git a/test/qi/alternative.cpp b/test/qi/alternative.cpp index 8488ff473..1a7f2e868 100644 --- a/test/qi/alternative.cpp +++ b/test/qi/alternative.cpp @@ -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( diff --git a/test/qi/uint_radix.hpp b/test/qi/uint_radix.hpp index 037567017..2606877e5 100644 --- a/test/qi/uint_radix.hpp +++ b/test/qi/uint_radix.hpp @@ -139,4 +139,4 @@ char const* max_unsigned_base36 = "1Z141Z3"; char const* unsigned_overflow_base36 = "1Z141Z4"; char const* digit_overflow_base36 = "1Z141Z30"; -#endif \ No newline at end of file +#endif diff --git a/test/support/utree.cpp b/test/support/utree.cpp index b4cc82c55..c6db0e40e 100644 --- a/test/support/utree.cpp +++ b/test/support/utree.cpp @@ -481,8 +481,8 @@ int main() // tags { - short min = std::numeric_limits::min(); - short max = std::numeric_limits::max(); + short min = (std::numeric_limits::min)(); + short max = (std::numeric_limits::max)(); utree::list_type u; utree u2;