Cleanup deque to clearly separate the C++03 code from c++11 code

[SVN r82698]
This commit is contained in:
Joel de Guzman
2013-02-03 10:31:46 +00:00
parent a1a6e42590
commit fec1da027c
42 changed files with 53 additions and 169 deletions

View File

@ -16,7 +16,7 @@
#if (defined(BOOST_NO_CXX11_DECLTYPE) \
|| defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) \
|| defined(BOOST_NO_CXX11_RVALUE_REFERENCES))
# include <boost/fusion/container/deque/detail/pp_deque_fwd.hpp>
# include <boost/fusion/container/deque/detail/cpp03/deque_fwd.hpp>
#else
# if !defined(BOOST_FUSION_HAS_VARIADIC_DEQUE)
# define BOOST_FUSION_HAS_VARIADIC_DEQUE