Fix conditional of workaround.

This commit is contained in:
Kohei Takahashi
2015-11-14 23:32:46 +09:00
parent 1c05cfc795
commit 87fffbead3
5 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ namespace boost { namespace fusion
template<int SeqSize, typename It, typename State, typename F>
struct result_of_it_fold<SeqSize,It,State,F
, typename boost::enable_if_has_type<
# if BOOST_WORKAROUND (BOOST_MSVC, == 1500)
# if BOOST_WORKAROUND (BOOST_MSVC, >= 1500)

View File

@@ -37,7 +37,7 @@ namespace boost { namespace fusion
template<int SeqSize, typename It, typename State, typename F>
struct result_of_it_iter_fold<SeqSize,It,State,F
, typename boost::enable_if_has_type<
# if BOOST_WORKAROUND (BOOST_MSVC, == 1500)
# if BOOST_WORKAROUND (BOOST_MSVC, >= 1500)

View File

@@ -37,7 +37,7 @@ namespace boost { namespace fusion
template<int SeqSize, typename It, typename State, typename F>
struct result_of_it_reverse_fold<SeqSize,It,State,F
, typename boost::enable_if_has_type<
# if BOOST_WORKAROUND (BOOST_MSVC, == 1500)
# if BOOST_WORKAROUND (BOOST_MSVC, >= 1500)

View File

@@ -37,7 +37,7 @@ namespace boost { namespace fusion
template<int SeqSize, typename It, typename State, typename F>
struct result_of_it_reverse_iter_fold<SeqSize,It,State,F
, typename boost::enable_if_has_type<
# if BOOST_WORKAROUND (BOOST_MSVC, == 1500)
# if BOOST_WORKAROUND (BOOST_MSVC, >= 1500)