From 635388aafd4c95c29e609f96e63bb6b3a6f990f4 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sat, 11 Aug 2018 08:30:08 +0100 Subject: [PATCH] Issue80: remove redundant test. --- test/has_binary_classes0_test.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/has_binary_classes0_test.cpp b/test/has_binary_classes0_test.cpp index 528ee70..a77a34b 100644 --- a/test/has_binary_classes0_test.cpp +++ b/test/has_binary_classes0_test.cpp @@ -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