2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-15 01:12:09 +00:00

[phoenix]

- fixed container_tests6a failure for MSVC 10

[spirit]
    - Added some known failing compilers

[SVN r70791]
This commit is contained in:
Thomas Heller
2011-03-31 16:49:33 +00:00
parent 219d49f4db
commit e4533422aa

View File

@@ -299,7 +299,7 @@ namespace boost { namespace phoenix
typename remove_reference<Arg1>::type
, typename iterator_of<C>::type
>
#if defined(BOOST_MSVC) && (BOOST_MSVC <= 1500)
#if defined(BOOST_MSVC)// && (BOOST_MSVC <= 1500)
, iterator_of<C>
#else
, boost::mpl::identity<void>