mirror of
https://github.com/boostorg/mp11.git
synced 2025-12-04 23:59:21 +01:00
Lower N in test/tuple_transform_2 for g++ 4.9
This commit is contained in:
@@ -151,7 +151,7 @@ int main()
|
||||
{
|
||||
using namespace boost::mp11;
|
||||
|
||||
int const N = 64;
|
||||
int const N = 32;
|
||||
|
||||
using Tp = mp_rename<mp_iota< mp_int<N> >, std::tuple>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user