Use BOOST_CONSTEXPR instead of (nonexistant) BOOST_CXX14_CONSTEXPR.

This commit is contained in:
Louis Dionne
2014-11-11 18:02:03 -05:00
parent d93e675408
commit b7f95ee853
2 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@ namespace boost { namespace fusion
{}
template<typename OtherSeq>
BOOST_CXX14_CONSTEXPR BOOST_FUSION_GPU_ENABLED
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
basic_iterator&
operator=(basic_iterator<Tag,Category,OtherSeq,Index> const& it)
{