Searched defs:BOOST_GEOMETRY_ASSERT_MSG (Results 1 – 1 of 1) sorted by relevance
34 #define BOOST_GEOMETRY_ASSERT_MSG(expr, msg) (BOOST_LIKELY(!!(expr))? ((void)0): ::boost::geometry:… macro39 #define BOOST_GEOMETRY_ASSERT_MSG(expr, msg) BOOST_ASSERT_MSG(expr, msg) macro