Searched refs:BOOST_GEOMETRY_ASSERT_MSG (Results 1 – 3 of 3) sorted by relevance
20 #undef BOOST_GEOMETRY_ASSERT_MSG34 #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
17 BOOST_GEOMETRY_ASSERT_MSG(CONDITION, TEXT_MSG)
762 BOOST_GEOMETRY_ASSERT_MSG(m_previous_turn_ptr, "non-NULL ptr expected"); in apply()