Remove uses of BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS

This commit is contained in:
Peter Dimov
2024-09-25 12:42:20 +03:00
parent 044d1f2cb9
commit 5d8304d2cc
2 changed files with 0 additions and 12 deletions

View File

@@ -78,8 +78,6 @@ using boost::weak_ptr;
int main()
{
#if !defined(BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS)
TEST_CV_TRUE( X, X )
TEST_CV_TRUE( X, void )
TEST_CV_FALSE( void, X )
@@ -102,7 +100,5 @@ int main()
TEST_CV_TRUE( X[3], void )
TEST_CV_FALSE( void, X[3] )
#endif
return boost::report_errors();
}