Warning, file /include/boost/spirit/home/x3/numeric.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007 #if !defined(BOOST_SPIRIT_X3_NUMERIC_FEBRUARY_05_2007_1231PM)
0008 #define BOOST_SPIRIT_X3_NUMERIC_FEBRUARY_05_2007_1231PM
0009
0010 #include <boost/spirit/home/x3/numeric/bool.hpp>
0011 #include <boost/spirit/home/x3/numeric/int.hpp>
0012 #include <boost/spirit/home/x3/numeric/uint.hpp>
0013 #ifndef BOOST_SPIRIT_NO_REAL_NUMBERS
0014 #include <boost/spirit/home/x3/numeric/real.hpp>
0015 #endif
0016
0017 #endif