diff --git a/test/another_tuple_test_bench.cpp b/test/another_tuple_test_bench.cpp index 17341c1..47aad45 100644 --- a/test/another_tuple_test_bench.cpp +++ b/test/another_tuple_test_bench.cpp @@ -65,9 +65,8 @@ void foo2() { dummy(tuple()); // likewise #endif - double dd = 5; - #ifdef E5 + double dd = 5; dummy(tuple(dd+3.14)); // should fail, temporary to non-const reference #endif }