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