Home
last modified time | relevance | path

Searched refs:BOOST_VERSION_NUMBER_MINOR (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/predef/test/
Dversion.cpp46 BOOST_VERSION_NUMBER_MINOR(BOOST_VERSION_NUMBER(0,0,0)) == 0); in test_BOOST_VERSION_NUMBER()
48 BOOST_VERSION_NUMBER_MINOR(BOOST_VERSION_NUMBER(3,3,3)) == 3); in test_BOOST_VERSION_NUMBER()
50 BOOST_VERSION_NUMBER_MINOR(BOOST_VERSION_NUMBER(99,99,99999)) == 99); in test_BOOST_VERSION_NUMBER()
/third_party/boost/boost/predef/
Dversion_number.h68 #define BOOST_VERSION_NUMBER_MINOR(N) \ macro
/third_party/boost/boost/predef/compiler/
Dintel.h48 BOOST_VERSION_NUMBER_MINOR(BOOST_PREDEF_MAKE_10_VVRR(__INTEL_COMPILER)), \
/third_party/boost/libs/predef/doc/
Dhistory.adoc63 * Add `BOOST_VERSION_NUMBER_MAJOR`, `BOOST_VERSION_NUMBER_MINOR`,
Dhistory.qbk53 * Add `BOOST_VERSION_NUMBER_MAJOR`, `BOOST_VERSION_NUMBER_MINOR`,
/third_party/boost/libs/format/tools/
Dformat_matrix.cpp311 << BOOST_VERSION_NUMBER_MINOR(BOOST_LIB_C_GNU) << "." in write_header()
316 << BOOST_VERSION_NUMBER_MINOR(BOOST_COMP_MSVC) << "." in write_header()