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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user