test that min() < max()

[SVN r11128]
This commit is contained in:
Jens Maurer
2001-09-14 20:02:22 +00:00
parent fa024ab4da
commit 251ef5af7e

View File

@ -40,6 +40,7 @@ void test_integral_limits(const T &, const char * msg)
BOOST_TEST(lim::is_specialized);
BOOST_TEST(lim::is_integer);
// BOOST_TEST(lim::is_modulo);
BOOST_TEST(lim::min() < lim::max());
}
template <class T>