$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: peder.holt_at_[hidden]
Date: 2007-11-12 06:10:20
Author: burbelgruff
Date: 2007-11-12 06:10:20 EST (Mon, 12 Nov 2007)
New Revision: 41027
URL: http://svn.boost.org/trac/boost/changeset/41027
Log:
#1425 Support for Visual Studio 2008
Text files modified: 
   trunk/boost/typeof/msvc/typeof_impl.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/typeof/msvc/typeof_impl.hpp
==============================================================================
--- trunk/boost/typeof/msvc/typeof_impl.hpp	(original)
+++ trunk/boost/typeof/msvc/typeof_impl.hpp	2007-11-12 06:10:20 EST (Mon, 12 Nov 2007)
@@ -104,7 +104,7 @@
                 typedef T type;
             };
         };
-#elif BOOST_WORKAROUND(BOOST_MSVC,==1400)
+#elif BOOST_WORKAROUND(BOOST_MSVC,>=1400)
         struct msvc_extract_type_default_param {};
 
         template<typename ID, typename T = msvc_extract_type_default_param>