Fix ODR-used violations.

This commit is contained in:
Kohei Takahashi
2015-01-11 02:15:45 +09:00
parent f872d1326a
commit d7c918e36f
12 changed files with 29 additions and 29 deletions

View File

@ -55,7 +55,7 @@ namespace boost { namespace fusion
template <typename Iterator>
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
typename result_of::prior<Iterator>::type const
inline typename result_of::prior<Iterator>::type const
prior(Iterator const& i)
{
return result_of::prior<Iterator>::call(i);