summaryrefslogtreecommitdiff
path: root/boost/spirit/home/karma/operator/sequence.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/karma/operator/sequence.hpp')
-rw-r--r--boost/spirit/home/karma/operator/sequence.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/spirit/home/karma/operator/sequence.hpp b/boost/spirit/home/karma/operator/sequence.hpp
index c9acc6e3c3..d7ee806d54 100644
--- a/boost/spirit/home/karma/operator/sequence.hpp
+++ b/boost/spirit/home/karma/operator/sequence.hpp
@@ -73,7 +73,7 @@ namespace boost { namespace spirit { namespace traits
};
// never called, but needed for decltype-based result_of (C++0x)
-#ifndef BOOST_NO_RVALUE_REFERENCES
+#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
template <typename Element>
typename result<element_properties(Element)>::type
operator()(Element&&) const;