summaryrefslogtreecommitdiff
path: root/boost/fusion/view/detail/strictest_traversal.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/view/detail/strictest_traversal.hpp')
-rw-r--r--boost/fusion/view/detail/strictest_traversal.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fusion/view/detail/strictest_traversal.hpp b/boost/fusion/view/detail/strictest_traversal.hpp
index 4092ea4da6..9ad1f7aa85 100644
--- a/boost/fusion/view/detail/strictest_traversal.hpp
+++ b/boost/fusion/view/detail/strictest_traversal.hpp
@@ -59,7 +59,7 @@ namespace boost { namespace fusion
// never called, but needed for decltype-based result_of (C++0x)
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
template<typename StrictestSoFar, typename Next>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
typename result<strictest_traversal_impl(StrictestSoFar, Next)>::type
operator()(StrictestSoFar&&, Next&&) const;
#endif