From 52f72c21157c2894c85152da6447a9024345999e Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 20 Nov 2003 16:17:55 +0000 Subject: [PATCH] Uncomment mistakenly disabled tests [SVN r20880] --- test/is_lvalue_iterator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/is_lvalue_iterator.cpp b/test/is_lvalue_iterator.cpp index 9caffa4..47a7f64 100755 --- a/test/is_lvalue_iterator.cpp +++ b/test/is_lvalue_iterator.cpp @@ -82,7 +82,7 @@ int main() #endif // Make sure inaccessible copy constructor doesn't prevent // reference binding -// BOOST_STATIC_ASSERT(boost::is_lvalue_iterator::value); + BOOST_STATIC_ASSERT(boost::is_lvalue_iterator::value); BOOST_STATIC_ASSERT(boost::is_lvalue_iterator >::value); BOOST_STATIC_ASSERT(boost::is_lvalue_iterator >::value); @@ -101,7 +101,7 @@ int main() #ifndef BOOST_NO_LVALUE_RETURN_DETECTION BOOST_STATIC_ASSERT(!boost::is_non_const_lvalue_iterator::value); #endif -// BOOST_STATIC_ASSERT(!boost::is_non_const_lvalue_iterator::value); + BOOST_STATIC_ASSERT(!boost::is_non_const_lvalue_iterator::value); BOOST_STATIC_ASSERT(boost::is_non_const_lvalue_iterator >::value); BOOST_STATIC_ASSERT(boost::is_non_const_lvalue_iterator >::value);