From d87b5a800046ecbb6d026f3dd4df23b4339e880c Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Sat, 7 Apr 2012 12:02:16 +0000 Subject: [PATCH] minor tweaks [SVN r77814] --- include/boost/fusion/container/deque/limits.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/fusion/container/deque/limits.hpp b/include/boost/fusion/container/deque/limits.hpp index e59df852..2a7d219d 100644 --- a/include/boost/fusion/container/deque/limits.hpp +++ b/include/boost/fusion/container/deque/limits.hpp @@ -8,6 +8,10 @@ #if !defined(BOOST_FUSION_DEQUE_LIMITS_26112006_1737) #define BOOST_FUSION_DEQUE_LIMITS_26112006_1737 +#if defined(BOOST_FUSION_HAS_CPP11_DEQUE) +#error "C++03 only! This file should not have been included" +#endif + #include #if !defined(FUSION_MAX_DEQUE_SIZE)