mirror of
https://github.com/boostorg/mp11.git
synced 2025-08-02 14:04:26 +02:00
Use N=257 for all compilers lacking C++14 constexpr
This commit is contained in:
@@ -57,7 +57,7 @@ int main()
|
||||
{
|
||||
using boost::mp11::mp_iota_c;
|
||||
|
||||
#if BOOST_MP11_WORKAROUND( BOOST_MP11_MSVC, < 1920 )
|
||||
#if !defined( BOOST_MP11_HAS_CXX14_CONSTEXPR )
|
||||
|
||||
int const N = 257;
|
||||
|
||||
|
@@ -58,7 +58,7 @@ int main()
|
||||
using boost::mp11::mp_bind_front;
|
||||
using boost::mp11::mp_less;
|
||||
|
||||
#if BOOST_MP11_WORKAROUND( BOOST_MP11_MSVC, < 1920 )
|
||||
#if !defined( BOOST_MP11_HAS_CXX14_CONSTEXPR )
|
||||
|
||||
int const N = 257;
|
||||
|
||||
|
Reference in New Issue
Block a user