From 725c43c5019a86eff31482380b65650aa82a18bd Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sat, 17 May 2008 06:33:09 +0000 Subject: [PATCH] Fix comment [SVN r45446] --- include/boost/config/compiler/visualc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index b75dc283..79173580 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -186,7 +186,7 @@ #error "Compiler not supported or configured - please reconfigure" #endif // -// last known and checked version is 1400 (VC8): +// last known and checked version is 1500 (VC9): #if (_MSC_VER > 1500) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results"