forked from boostorg/fusion
gpu-enable more functions, but not stream inserters and extractors
This commit is contained in:
@@ -120,7 +120,6 @@ namespace boost { namespace fusion
|
||||
}
|
||||
|
||||
template <typename First, typename Second>
|
||||
BOOST_FUSION_GPU_ENABLED
|
||||
inline std::ostream&
|
||||
operator<<(std::ostream& os, pair<First, Second> const& p)
|
||||
{
|
||||
@@ -129,7 +128,6 @@ namespace boost { namespace fusion
|
||||
}
|
||||
|
||||
template <typename First, typename Second>
|
||||
BOOST_FUSION_GPU_ENABLED
|
||||
inline std::istream&
|
||||
operator>>(std::istream& is, pair<First, Second>& p)
|
||||
{
|
||||
|
@@ -75,12 +75,12 @@ namespace boost { namespace fusion
|
||||
};
|
||||
}
|
||||
|
||||
BOOST_FUSION_GPU_ENABLED inline std::ostream& operator<<(std::ostream& out, detail::unused_only const&)
|
||||
inline std::ostream& operator<<(std::ostream& out, detail::unused_only const&)
|
||||
{
|
||||
return out;
|
||||
}
|
||||
|
||||
BOOST_FUSION_GPU_ENABLED inline std::istream& operator>>(std::istream& in, unused_type&)
|
||||
inline std::istream& operator>>(std::istream& in, unused_type&)
|
||||
{
|
||||
return in;
|
||||
}
|
||||
|
Reference in New Issue
Block a user