From bda66dc08caff7855d9863267daec918922f8ae3 Mon Sep 17 00:00:00 2001 From: Robert Ramey Date: Thu, 12 Aug 2004 16:18:43 +0000 Subject: [PATCH] account for vc 8.0 [SVN r24442] --- include/boost/config/compiler/visualc.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index b4397c66..32353260 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -121,6 +121,8 @@ # define BOOST_COMPILER_VERSION 7.0 # elif _MSC_VER == 1310 # define BOOST_COMPILER_VERSION 7.1 +# elif _MSC_VER == 1400 +# define BOOST_COMPILER_VERSION 8.0 # else # define BOOST_COMPILER_VERSION _MSC_VER # endif