From e4533422aa4c68003101b386bbcb3c161d51aae4 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 31 Mar 2011 16:49:33 +0000 Subject: [PATCH] [phoenix] - fixed container_tests6a failure for MSVC 10 [spirit] - Added some known failing compilers [SVN r70791] --- include/boost/phoenix/stl/container/container.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/phoenix/stl/container/container.hpp b/include/boost/phoenix/stl/container/container.hpp index 0922e94..48950ab 100644 --- a/include/boost/phoenix/stl/container/container.hpp +++ b/include/boost/phoenix/stl/container/container.hpp @@ -299,7 +299,7 @@ namespace boost { namespace phoenix typename remove_reference::type , typename iterator_of::type > -#if defined(BOOST_MSVC) && (BOOST_MSVC <= 1500) +#if defined(BOOST_MSVC)// && (BOOST_MSVC <= 1500) , iterator_of #else , boost::mpl::identity