mirror of
https://github.com/boostorg/math.git
synced 2026-02-12 00:02:24 +00:00
test_polynomial.cpp: Fix defect macro usage and use BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX.
This commit is contained in:
@@ -567,7 +567,7 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(test_leading_coefficient, T, all_test_types)
|
||||
BOOST_CHECK_EQUAL(leading_coefficient(a), T(d0a.back()));
|
||||
}
|
||||
|
||||
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
|
||||
#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && !defined(BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX)
|
||||
BOOST_AUTO_TEST_CASE_TEMPLATE(test_prime, T, all_test_types)
|
||||
{
|
||||
std::vector<T> d{1,1,1,1,1};
|
||||
|
||||
Reference in New Issue
Block a user