Home
last modified time | relevance | path

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

/third_party/boost/boost/ratio/
Dconfig.hpp66 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) macro
69 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) macro
73 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) \ macro
79 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_RATIO_NAME(__boost_ratio_test_… macro