Fixed misleading comment.

[SVN r15820]
This commit is contained in:
John Maddock
2002-10-09 11:10:43 +00:00
parent febdc45ced
commit fa088d0856

View File

@@ -103,7 +103,7 @@
# error "Compiler not supported or configured - please reconfigure" # error "Compiler not supported or configured - please reconfigure"
#endif #endif
// //
// last known and checked version is 5.6: // last known and checked version is 5.7 (Kylix 3):
#if (__BORLANDC__ > 0x570) #if (__BORLANDC__ > 0x570)
# if defined(BOOST_ASSERT_CONFIG) # if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results" # error "Unknown compiler version - please run the configure tests and report the results"
@@ -116,3 +116,4 @@