summaryrefslogtreecommitdiff
path: root/boost/fusion/container/deque/limits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/deque/limits.hpp')
-rw-r--r--boost/fusion/container/deque/limits.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/boost/fusion/container/deque/limits.hpp b/boost/fusion/container/deque/limits.hpp
index 891d41ed0f..2a7d219de6 100644
--- a/boost/fusion/container/deque/limits.hpp
+++ b/boost/fusion/container/deque/limits.hpp
@@ -1,5 +1,5 @@
/*=============================================================================
- Copyright (c) 2005-2011 Joel de Guzman
+ Copyright (c) 2005-2012 Joel de Guzman
Copyright (c) 2005-2006 Dan Marsden
Distributed under the Boost Software License, Version 1.0. (See accompanying
@@ -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 <boost/fusion/container/vector/limits.hpp>
#if !defined(FUSION_MAX_DEQUE_SIZE)