forked from boostorg/fusion
gpu-enable more functions, but not stream inserters and extractors
This commit is contained in:
@ -19,7 +19,6 @@
|
||||
namespace boost { namespace fusion
|
||||
{
|
||||
template <typename Sequence>
|
||||
BOOST_FUSION_GPU_ENABLED
|
||||
inline std::ostream&
|
||||
out(std::ostream& os, Sequence& seq)
|
||||
{
|
||||
@ -30,7 +29,6 @@ namespace boost { namespace fusion
|
||||
namespace operators
|
||||
{
|
||||
template <typename Sequence>
|
||||
BOOST_FUSION_GPU_ENABLED
|
||||
inline typename
|
||||
boost::enable_if<
|
||||
fusion::traits::is_sequence<Sequence>
|
||||
|
Reference in New Issue
Block a user