Issue80: remove redundant test.

This commit is contained in:
jzmaddock
2018-08-11 08:30:08 +01:00
parent 66a146c1cb
commit 635388aafd

View File

@ -260,8 +260,4 @@ TT_TEST_BEGIN(BOOST_TT_TRAIT_NAME)
BOOST_CHECK_INTEGRAL_CONSTANT((::boost::has_plus< C014, C014 const &, ret const & >::value), 1);
BOOST_CHECK_INTEGRAL_CONSTANT((::boost::has_plus< C014 const, C014, ret const >::value), 1);
#ifndef BOOST_NO_CXX11_SCOPED_ENUMS
BOOST_CHECK_INTEGRAL_CONSTANT((::boost::has_plus< scoped_enum, scoped_enum >::value), 0);
#endif
TT_TEST_END