Regenerate preprocessed files.

This commit is contained in:
Kohei Takahashi
2017-11-23 22:59:02 +09:00
parent 4eda545405
commit b12c6b6af6
5 changed files with 10 additions and 10 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)