C++11 fixes for deque

[SVN r80392]
This commit is contained in:
Joel de Guzman
2012-09-04 05:04:26 +00:00
parent 35ec74edbc
commit 80799eed95
10 changed files with 42 additions and 25 deletions

View File

@ -8,7 +8,7 @@
#if !defined(BOOST_FUSION_DEQUE_LIMITS_26112006_1737)
#define BOOST_FUSION_DEQUE_LIMITS_26112006_1737
#if defined(BOOST_FUSION_HAS_CPP11_DEQUE)
#if defined(BOOST_FUSION_HAS_VARIADIC_DEQUE)
#error "C++03 only! This file should not have been included"
#endif