From cccbd8c6aa8bbb1cd3552ecfb96494a086a4aaac Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sat, 8 Apr 2017 16:53:02 -0400 Subject: [PATCH] Test needs both std::typle support and variadic template support. --- test/zip_iterator_test2_std_tuple.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/zip_iterator_test2_std_tuple.cpp b/test/zip_iterator_test2_std_tuple.cpp index 60b1b97..95eff87 100644 --- a/test/zip_iterator_test2_std_tuple.cpp +++ b/test/zip_iterator_test2_std_tuple.cpp @@ -1,6 +1,6 @@ #include -#if !defined(BOOST_NO_CXX11_HDR_TUPLE) +#if !defined(BOOST_NO_CXX11_HDR_TUPLE) && !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) #include #include