summaryrefslogtreecommitdiff
path: root/boost/spirit/home/karma/operator/alternative.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/karma/operator/alternative.hpp')
-rw-r--r--boost/spirit/home/karma/operator/alternative.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/spirit/home/karma/operator/alternative.hpp b/boost/spirit/home/karma/operator/alternative.hpp
index 0f709fbd76..6883ee204e 100644
--- a/boost/spirit/home/karma/operator/alternative.hpp
+++ b/boost/spirit/home/karma/operator/alternative.hpp
@@ -62,7 +62,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;