summaryrefslogtreecommitdiff
path: root/libs/fusion/test/sequence/construction.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fusion/test/sequence/construction.hpp')
-rw-r--r--libs/fusion/test/sequence/construction.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/fusion/test/sequence/construction.hpp b/libs/fusion/test/sequence/construction.hpp
index 380a9eedaf..57ba53013d 100644
--- a/libs/fusion/test/sequence/construction.hpp
+++ b/libs/fusion/test/sequence/construction.hpp
@@ -57,7 +57,7 @@ test()
FUSION_SEQUENCE<> empty0;
-#ifndef TR1_TUPLE_TEST
+#ifndef NO_CONSTRUCT_FROM_NIL
FUSION_SEQUENCE<> empty1(empty);
#endif