Removed usage of deprecated macros in Boost.Fusion and Boost.Spirit

[SVN r81569]
This commit is contained in:
Marshall Clow
2012-11-26 18:44:46 +00:00
parent e1819c11b2
commit 8d6200ef58
5 changed files with 7 additions and 7 deletions

View File

@ -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");