Searched refs:has_max_infinity (Results 1 – 2 of 2) sorted by relevance
32 template<class Type> struct has_max_infinity struct34 typedef has_max_infinity type; argument84 , has_max_infinity<Type>::value >::value(); in value()
189 BOOST_CHECK(( has_max_infinity<int>::value )); in BOOST_AUTO_TEST_CASE()190 BOOST_CHECK((!has_max_infinity<double>::value )); in BOOST_AUTO_TEST_CASE()