mirror of
https://github.com/boostorg/config.git
synced 2026-04-29 02:24:13 +02:00
test that min() < max()
[SVN r11128]
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user