Work around SunPro 5.3 issue

[SVN r28715]
This commit is contained in:
Douglas Gregor
2005-05-07 13:16:49 +00:00
parent 39399de102
commit 65607e3b82

View File

@ -55,7 +55,7 @@ void runtest(const char * type, T)
<< std::endl;
BOOST_CHECK(traits::is_specialized);
BOOST_CHECK(traits::is_integer);
BOOST_CHECK(traits::is_integral);
BOOST_CHECK(traits::is_integral == true);
BOOST_CHECK(traits::const_min == (traits::min)());
BOOST_CHECK(traits::const_max == (traits::max)());
}