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

@ -8,7 +8,7 @@
#include <boost/config.hpp>
#if !defined(BOOST_NO_RVALUE_REFERENCES)
#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES)
#include <boost/fusion/container/vector/vector.hpp>
@ -22,7 +22,7 @@
int
main()
{
#if !defined(BOOST_NO_RVALUE_REFERENCES)
#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES)
test();
#endif