Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/spirit/home/qi/numeric/int.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
17 #include <boost/spirit/home/qi/numeric/numeric_utils.hpp> | 17 #include <boost/spirit/home/qi/numeric/numeric_utils.hpp> |
18 #include <boost/spirit/home/qi/meta_compiler.hpp> | 18 #include <boost/spirit/home/qi/meta_compiler.hpp> |
19 #include <boost/spirit/home/qi/parser.hpp> | 19 #include <boost/spirit/home/qi/parser.hpp> |
20 #include <boost/spirit/home/support/common_terminals.hpp> | 20 #include <boost/spirit/home/support/common_terminals.hpp> |
21 #include <boost/spirit/home/support/info.hpp> | 21 #include <boost/spirit/home/support/info.hpp> |
22 #include <boost/spirit/home/support/detail/is_spirit_tag.hpp> | |
22 #include <boost/mpl/assert.hpp> | 23 #include <boost/mpl/assert.hpp> |
23 #include <boost/type_traits/is_same.hpp> | 24 #include <boost/type_traits/is_same.hpp> |
24 | 25 |
25 namespace boost { namespace spirit | 26 namespace boost { namespace spirit |
26 { | 27 { |
27 namespace tag | 28 namespace tag |
28 { | 29 { |
29 template <typename T, unsigned Radix, unsigned MinDigits | 30 template <typename T, unsigned Radix, unsigned MinDigits |
30 , int MaxDigits> | 31 , int MaxDigits> |
31 struct int_parser {}; | 32 struct int_parser |
33 { | |
34 BOOST_SPIRIT_IS_TAG() | |
35 }; | |
32 } | 36 } |
33 | 37 |
34 namespace qi | 38 namespace qi |
35 { | 39 { |
36 /////////////////////////////////////////////////////////////////////// | 40 /////////////////////////////////////////////////////////////////////// |