Blame SOURCES/0002-Fix-a-regression-with-non-constexpr-types.patch

e1f61e
diff --git a/include/boost/fusion/adapted/struct/detail/define_struct.hpp b/include/boost/fusion/adapted/struct/detail/define_struct.hpp
e1f61e
index 2554292..ce3737e 100644
e1f61e
--- a/include/boost/fusion/adapted/struct/detail/define_struct.hpp
e1f61e
+++ b/include/boost/fusion/adapted/struct/detail/define_struct.hpp
e1f61e
@@ -69,7 +69,7 @@
e1f61e
     ATTRIBUTES_SEQ, ATTRIBUTE_TUPEL_SIZE)                                       \
e1f61e
                                                                                 \
e1f61e
     template<typename Seq>                                                      \
e1f61e
-    BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED                              \
e1f61e
+    BOOST_FUSION_GPU_ENABLED                                                    \
e1f61e
     self_type&                                                                  \
e1f61e
     operator=(Seq const& seq)                                                   \
e1f61e
     {                                                                           \
e1f61e
@@ -128,7 +128,7 @@
e1f61e
         ATTRIBUTE_TUPEL_SIZE,                                                   \
e1f61e
         ATTRIBUTES_SEQ)                                                         \
e1f61e
                                                                                 \
e1f61e
-    BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED                                    \
e1f61e
+    BOOST_FUSION_GPU_ENABLED                                                    \
e1f61e
     NAME()                                                                      \
e1f61e
       : BOOST_PP_SEQ_FOR_EACH_I_R(                                              \
e1f61e
             1,                                                                  \
e1f61e
@@ -137,7 +137,7 @@
e1f61e
             ATTRIBUTES_SEQ)                                                     \
e1f61e
     {}                                                                          \
e1f61e
                                                                                 \
e1f61e
-    BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED                                    \
e1f61e
+    BOOST_FUSION_GPU_ENABLED                                                    \
e1f61e
     NAME(self_type const& other_self)                                           \
e1f61e
       : BOOST_PP_SEQ_FOR_EACH_I_R(                                              \
e1f61e
             1,                                                                  \
e1f61e
@@ -147,7 +147,7 @@
e1f61e
     {}                                                                          \
e1f61e
                                                                                 \
e1f61e
     template<typename Seq>                                                      \
e1f61e
-    BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED                                    \
e1f61e
+    BOOST_FUSION_GPU_ENABLED                                                    \
e1f61e
     NAME(Seq const& seq                                                         \
e1f61e
         BOOST_PP_IF(                                                            \
e1f61e
             BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(ATTRIBUTES_SEQ)),                    \
e1f61e
@@ -167,7 +167,7 @@
e1f61e
 #define BOOST_FUSION_DEFINE_STRUCT_CTOR_1(                                      \
e1f61e
         NAME, ATTRIBUTES_SEQ, ATTRIBUTE_TUPEL_SIZE)                             \
e1f61e
                                                                                 \
e1f61e
-        BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED                                \
e1f61e
+        BOOST_FUSION_GPU_ENABLED                                                \
e1f61e
         explicit                                                                \
e1f61e
         NAME(boost::call_traits<                                                \
e1f61e
                 BOOST_PP_TUPLE_ELEM(                                            \
e1f61e
@@ -180,7 +180,7 @@
e1f61e
 #define BOOST_FUSION_DEFINE_TPL_STRUCT_CTOR_1(                                  \
e1f61e
         TEMPLATE_PARAMS_SEQ, NAME, ATTRIBUTES_SEQ, ATTRIBUTE_TUPEL_SIZE)        \
e1f61e
                                                                                 \
e1f61e
-        BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED                                \
e1f61e
+        BOOST_FUSION_GPU_ENABLED                                                \
e1f61e
         explicit                                                                \
e1f61e
         NAME(typename boost::call_traits<                                       \
e1f61e
                 typename boost::fusion::detail::get_first_arg<                  \
e1f61e
@@ -217,7 +217,7 @@
e1f61e
 #define BOOST_FUSION_DEFINE_TPL_STRUCT_CTOR_N(                                  \
e1f61e
     TEMPLATE_PARAMS_SEQ, NAME, ATTRIBUTES_SEQ, ATTRIBUTE_TUPEL_SIZE)            \
e1f61e
                                                                                 \
e1f61e
-        BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED                                \
e1f61e
+        BOOST_FUSION_GPU_ENABLED                                                \
e1f61e
         NAME(BOOST_PP_SEQ_FOR_EACH_I_R(                                         \
e1f61e
                 1,                                                              \
e1f61e
                 BOOST_FUSION_DEFINE_TPL_STRUCT_CTOR_ARG_I,                      \
e1f61e
@@ -245,7 +245,7 @@
e1f61e
 #define BOOST_FUSION_DEFINE_STRUCT_CTOR_N(                                      \
e1f61e
     NAME, ATTRIBUTES_SEQ, ATTRIBUTE_TUPEL_SIZE)                                 \
e1f61e
                                                                                 \
e1f61e
-        BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED                                \
e1f61e
+        BOOST_FUSION_GPU_ENABLED                                \
e1f61e
         NAME(BOOST_PP_SEQ_FOR_EACH_I_R(                                         \
e1f61e
                 1,                                                              \
e1f61e
                 BOOST_FUSION_DEFINE_STRUCT_CTOR_ARG_I,                          \
e1f61e
diff --git a/include/boost/fusion/adapted/struct/detail/define_struct_inline.hpp b/include/boost/fusion/adapted/struct/detail/define_struct_inline.hpp
e1f61e
index a5a3ae0..a037ffe 100644
e1f61e
--- a/include/boost/fusion/adapted/struct/detail/define_struct_inline.hpp
e1f61e
+++ b/include/boost/fusion/adapted/struct/detail/define_struct_inline.hpp
e1f61e
@@ -66,7 +66,7 @@
e1f61e
 #define BOOST_FUSION_IGNORE_2(ARG1, ARG2)
e1f61e
 
e1f61e
 #define BOOST_FUSION_MAKE_COPY_CONSTRUCTOR(NAME, ATTRIBUTES_SEQ)                \
e1f61e
-    BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED                                    \
e1f61e
+    BOOST_FUSION_GPU_ENABLED                                                    \
e1f61e
     NAME(BOOST_PP_SEQ_FOR_EACH_I(                                               \
e1f61e
             BOOST_FUSION_MAKE_CONST_REF_PARAM,                                  \
e1f61e
             ~,                                                                  \
e1f61e
@@ -337,7 +337,7 @@
e1f61e
         typedef boost::mpl::int_<N> index;                                      \
e1f61e
         typedef boost_fusion_detail_Seq sequence_type;                          \
e1f61e
                                                                                 \
e1f61e
-        BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED                                \
e1f61e
+        BOOST_FUSION_GPU_ENABLED                                                \
e1f61e
         BOOST_FUSION_ITERATOR_NAME(NAME)(boost_fusion_detail_Seq& seq)          \
e1f61e
             : seq_(seq)                                                         \
e1f61e
               BOOST_FUSION_DEFINE_ITERATOR_WKND_INIT_LIST_ENTRIES(              \