|
Boost-Commit : |
From: ghost_at_[hidden]
Date: 2008-05-17 02:33:09
Author: vladimir_prus
Date: 2008-05-17 02:33:09 EDT (Sat, 17 May 2008)
New Revision: 45446
URL: http://svn.boost.org/trac/boost/changeset/45446
Log:
Fix comment
Text files modified:
trunk/boost/config/compiler/visualc.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/config/compiler/visualc.hpp
==============================================================================
--- trunk/boost/config/compiler/visualc.hpp (original)
+++ trunk/boost/config/compiler/visualc.hpp 2008-05-17 02:33:09 EDT (Sat, 17 May 2008)
@@ -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"
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk