forked from boostorg/mp11
Lower N further in test/tuple_transform_2 for clang++ 3.x
This commit is contained in:
@@ -151,7 +151,7 @@ int main()
|
|||||||
{
|
{
|
||||||
using namespace boost::mp11;
|
using namespace boost::mp11;
|
||||||
|
|
||||||
int const N = 32;
|
int const N = 12;
|
||||||
|
|
||||||
using Tp = mp_rename<mp_iota< mp_int<N> >, std::tuple>;
|
using Tp = mp_rename<mp_iota< mp_int<N> >, std::tuple>;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user