Warning, file /include/boost/preprocessor/arithmetic/detail/is_maximum_number.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
0008
0009 #
0010 #
0011 #
0012 # ifndef BOOST_PREPROCESSOR_ARITHMETIC_DETAIL_IS_MAXIMUM_NUMBER_HPP
0013 # define BOOST_PREPROCESSOR_ARITHMETIC_DETAIL_IS_MAXIMUM_NUMBER_HPP
0014 #
0015 #
0016 #
0017 # include <boost/preprocessor/comparison/equal.hpp>
0018 # include <boost/preprocessor/arithmetic/detail/maximum_number.hpp>
0019 #
0020 # define BOOST_PP_DETAIL_IS_MAXIMUM_NUMBER(x) BOOST_PP_EQUAL(x,BOOST_PP_DETAIL_MAXIMUM_NUMBER)
0021 #
0022 # endif