diff options
Diffstat (limited to 'boost/spirit/home/x3/numeric/bool.hpp')
-rw-r--r-- | boost/spirit/home/x3/numeric/bool.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/spirit/home/x3/numeric/bool.hpp b/boost/spirit/home/x3/numeric/bool.hpp index 1fd7018b0f..d5c53c0474 100644 --- a/boost/spirit/home/x3/numeric/bool.hpp +++ b/boost/spirit/home/x3/numeric/bool.hpp @@ -114,6 +114,7 @@ namespace boost { namespace spirit { namespace x3 false_type const false_ = { false }; } +#ifndef BOOST_SPIRIT_NO_STANDARD_WIDE namespace standard_wide { typedef bool_parser<bool, char_encoding::standard_wide> bool_type; @@ -125,6 +126,7 @@ namespace boost { namespace spirit { namespace x3 typedef literal_bool_parser<bool, char_encoding::standard_wide> false_type; false_type const false_ = { false }; } +#endif namespace ascii { |