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