Home
last modified time | relevance | path

Searched defs:BOOST_CHRONO_STATIC_ASSERT (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/chrono/detail/
Dstatic_assert.hpp15 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) macro
18 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) macro
22 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) \ macro
26 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__LIN… macro