$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59667 - trunk/boost/wave/util
From: hartmut.kaiser_at_[hidden]
Date: 2010-02-13 09:46:50
Author: hkaiser
Date: 2010-02-13 09:46:50 EST (Sat, 13 Feb 2010)
New Revision: 59667
URL: http://svn.boost.org/trac/boost/changeset/59667
Log:
Wave: fixing compilation for VC10 RC (fixes #3106) 
Text files modified: 
   trunk/boost/wave/util/cpp_include_paths.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/wave/util/cpp_include_paths.hpp
==============================================================================
--- trunk/boost/wave/util/cpp_include_paths.hpp	(original)
+++ trunk/boost/wave/util/cpp_include_paths.hpp	2010-02-13 09:46:50 EST (Sat, 13 Feb 2010)
@@ -61,7 +61,7 @@
 // compilers
 #if defined(BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS) || \
     (defined(BOOST_MSVC) && ((BOOST_MSVC < 1300) || \
-        (_MSC_FULL_VER == 160020506 || _MSC_FULL_VER == 160021003))) || \
+        (_MSC_FULL_VER == 160020506 || _MSC_FULL_VER == 160021003 || _MSC_FULL_VER == 160030128))) || \
     (defined(BOOST_INTEL_CXX_VERSION) && \
         (defined(_MSC_VER) && (BOOST_INTEL_CXX_VERSION <= 700)))