summaryrefslogtreecommitdiff
path: root/boost/fusion/support/pair.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/support/pair.hpp')
-rw-r--r--boost/fusion/support/pair.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fusion/support/pair.hpp b/boost/fusion/support/pair.hpp
index fd5d57e687..a4cd1ff092 100644
--- a/boost/fusion/support/pair.hpp
+++ b/boost/fusion/support/pair.hpp
@@ -49,7 +49,7 @@ namespace boost { namespace fusion
#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES)
template <typename Second2>
- BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED
+ BOOST_FUSION_GPU_ENABLED
pair(Second2&& val
, typename boost::disable_if<is_lvalue_reference<Second2> >::type* /* dummy */ = 0
, typename boost::enable_if<is_convertible<Second2, Second> >::type* /*dummy*/ = 0