summaryrefslogtreecommitdiff
path: root/libs/fusion/test/algorithm/pop_back.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fusion/test/algorithm/pop_back.cpp')
-rw-r--r--libs/fusion/test/algorithm/pop_back.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/fusion/test/algorithm/pop_back.cpp b/libs/fusion/test/algorithm/pop_back.cpp
index de7cc646a9..e374152f7f 100644
--- a/libs/fusion/test/algorithm/pop_back.cpp
+++ b/libs/fusion/test/algorithm/pop_back.cpp
@@ -1,7 +1,7 @@
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
- Distributed under the Boost Software License, Version 1.0. (See accompanying
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/
#include <boost/detail/lightweight_test.hpp>
@@ -75,7 +75,7 @@ main()
//~ std::cout << pop_back(l) << std::endl;
//~ }
-#ifndef BOOST_NO_AUTO_DECLARATIONS
+#ifndef BOOST_NO_CXX11_AUTO_DECLARATIONS
{
auto vec = make_vector(1, 3.14, "hello");