summaryrefslogtreecommitdiff
path: root/boost/fusion/container/map/detail/cpp03/preprocessed/map40.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/map/detail/cpp03/preprocessed/map40.hpp')
-rw-r--r--boost/fusion/container/map/detail/cpp03/preprocessed/map40.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fusion/container/map/detail/cpp03/preprocessed/map40.hpp b/boost/fusion/container/map/detail/cpp03/preprocessed/map40.hpp
index 6e28c907c6..2bfcdb57ca 100644
--- a/boost/fusion/container/map/detail/cpp03/preprocessed/map40.hpp
+++ b/boost/fusion/container/map/detail/cpp03/preprocessed/map40.hpp
@@ -28,7 +28,7 @@ namespace boost { namespace fusion
map(map const& rhs)
: data(rhs.data) {}
template <typename Sequence>
- BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
+ BOOST_FUSION_GPU_ENABLED
map(Sequence const& rhs)
: data(rhs) {}
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED