forked from boostorg/fusion
Fix ODR-used violations.
This commit is contained in:
@ -55,7 +55,7 @@ namespace boost { namespace fusion
|
||||
|
||||
template <typename Iterator>
|
||||
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
||||
typename result_of::next<Iterator>::type const
|
||||
inline typename result_of::next<Iterator>::type const
|
||||
next(Iterator const& i)
|
||||
{
|
||||
return result_of::next<Iterator>::call(i);
|
||||
|
Reference in New Issue
Block a user