forked from boostorg/fusion
Regenerate preprocessed files.
This commit is contained in:
@ -66,7 +66,7 @@ namespace boost { namespace fusion
|
|||||||
BOOST_FUSION_GPU_ENABLED
|
BOOST_FUSION_GPU_ENABLED
|
||||||
explicit
|
explicit
|
||||||
vector(U0 && arg0
|
vector(U0 && arg0
|
||||||
, typename boost::disable_if_c<boost::is_same<vector const, typename boost::remove_reference<U0>::type const>::value, detail::enabler_>::type = detail::enabler
|
, typename boost::disable_if_c<boost::is_same<vector, typename boost::remove_cv_ref<U0>::type>::value, detail::enabler_>::type = detail::enabler
|
||||||
)
|
)
|
||||||
: vec(std::forward<U0>( arg0)) {}
|
: vec(std::forward<U0>( arg0)) {}
|
||||||
# endif
|
# endif
|
||||||
@ -269,7 +269,7 @@ namespace boost { namespace fusion
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
||||||
typename boost::disable_if_c<
|
typename boost::disable_if_c<
|
||||||
boost::is_same<vector const, typename boost::remove_reference<T>::type const>::value
|
boost::is_same<vector, typename boost::remove_cv_ref<T>::type>::value
|
||||||
, vector&
|
, vector&
|
||||||
>::type
|
>::type
|
||||||
operator=(T&& rhs)
|
operator=(T&& rhs)
|
||||||
|
@ -66,7 +66,7 @@ namespace boost { namespace fusion
|
|||||||
BOOST_FUSION_GPU_ENABLED
|
BOOST_FUSION_GPU_ENABLED
|
||||||
explicit
|
explicit
|
||||||
vector(U0 && arg0
|
vector(U0 && arg0
|
||||||
, typename boost::disable_if_c<boost::is_same<vector const, typename boost::remove_reference<U0>::type const>::value, detail::enabler_>::type = detail::enabler
|
, typename boost::disable_if_c<boost::is_same<vector, typename boost::remove_cv_ref<U0>::type>::value, detail::enabler_>::type = detail::enabler
|
||||||
)
|
)
|
||||||
: vec(std::forward<U0>( arg0)) {}
|
: vec(std::forward<U0>( arg0)) {}
|
||||||
# endif
|
# endif
|
||||||
@ -449,7 +449,7 @@ namespace boost { namespace fusion
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
||||||
typename boost::disable_if_c<
|
typename boost::disable_if_c<
|
||||||
boost::is_same<vector const, typename boost::remove_reference<T>::type const>::value
|
boost::is_same<vector, typename boost::remove_cv_ref<T>::type>::value
|
||||||
, vector&
|
, vector&
|
||||||
>::type
|
>::type
|
||||||
operator=(T&& rhs)
|
operator=(T&& rhs)
|
||||||
|
@ -66,7 +66,7 @@ namespace boost { namespace fusion
|
|||||||
BOOST_FUSION_GPU_ENABLED
|
BOOST_FUSION_GPU_ENABLED
|
||||||
explicit
|
explicit
|
||||||
vector(U0 && arg0
|
vector(U0 && arg0
|
||||||
, typename boost::disable_if_c<boost::is_same<vector const, typename boost::remove_reference<U0>::type const>::value, detail::enabler_>::type = detail::enabler
|
, typename boost::disable_if_c<boost::is_same<vector, typename boost::remove_cv_ref<U0>::type>::value, detail::enabler_>::type = detail::enabler
|
||||||
)
|
)
|
||||||
: vec(std::forward<U0>( arg0)) {}
|
: vec(std::forward<U0>( arg0)) {}
|
||||||
# endif
|
# endif
|
||||||
@ -629,7 +629,7 @@ namespace boost { namespace fusion
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
||||||
typename boost::disable_if_c<
|
typename boost::disable_if_c<
|
||||||
boost::is_same<vector const, typename boost::remove_reference<T>::type const>::value
|
boost::is_same<vector, typename boost::remove_cv_ref<T>::type>::value
|
||||||
, vector&
|
, vector&
|
||||||
>::type
|
>::type
|
||||||
operator=(T&& rhs)
|
operator=(T&& rhs)
|
||||||
|
@ -66,7 +66,7 @@ namespace boost { namespace fusion
|
|||||||
BOOST_FUSION_GPU_ENABLED
|
BOOST_FUSION_GPU_ENABLED
|
||||||
explicit
|
explicit
|
||||||
vector(U0 && arg0
|
vector(U0 && arg0
|
||||||
, typename boost::disable_if_c<boost::is_same<vector const, typename boost::remove_reference<U0>::type const>::value, detail::enabler_>::type = detail::enabler
|
, typename boost::disable_if_c<boost::is_same<vector, typename boost::remove_cv_ref<U0>::type>::value, detail::enabler_>::type = detail::enabler
|
||||||
)
|
)
|
||||||
: vec(std::forward<U0>( arg0)) {}
|
: vec(std::forward<U0>( arg0)) {}
|
||||||
# endif
|
# endif
|
||||||
@ -809,7 +809,7 @@ namespace boost { namespace fusion
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
||||||
typename boost::disable_if_c<
|
typename boost::disable_if_c<
|
||||||
boost::is_same<vector const, typename boost::remove_reference<T>::type const>::value
|
boost::is_same<vector, typename boost::remove_cv_ref<T>::type>::value
|
||||||
, vector&
|
, vector&
|
||||||
>::type
|
>::type
|
||||||
operator=(T&& rhs)
|
operator=(T&& rhs)
|
||||||
|
@ -66,7 +66,7 @@ namespace boost { namespace fusion
|
|||||||
BOOST_FUSION_GPU_ENABLED
|
BOOST_FUSION_GPU_ENABLED
|
||||||
explicit
|
explicit
|
||||||
vector(U0 && arg0
|
vector(U0 && arg0
|
||||||
, typename boost::disable_if_c<boost::is_same<vector const, typename boost::remove_reference<U0>::type const>::value, detail::enabler_>::type = detail::enabler
|
, typename boost::disable_if_c<boost::is_same<vector, typename boost::remove_cv_ref<U0>::type>::value, detail::enabler_>::type = detail::enabler
|
||||||
)
|
)
|
||||||
: vec(std::forward<U0>( arg0)) {}
|
: vec(std::forward<U0>( arg0)) {}
|
||||||
# endif
|
# endif
|
||||||
@ -989,7 +989,7 @@ namespace boost { namespace fusion
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
||||||
typename boost::disable_if_c<
|
typename boost::disable_if_c<
|
||||||
boost::is_same<vector const, typename boost::remove_reference<T>::type const>::value
|
boost::is_same<vector, typename boost::remove_cv_ref<T>::type>::value
|
||||||
, vector&
|
, vector&
|
||||||
>::type
|
>::type
|
||||||
operator=(T&& rhs)
|
operator=(T&& rhs)
|
||||||
|
Reference in New Issue
Block a user