From fa088d08564de2e3d280664553446e22adde7526 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 9 Oct 2002 11:10:43 +0000 Subject: [PATCH] Fixed misleading comment. [SVN r15820] --- include/boost/config/compiler/borland.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/config/compiler/borland.hpp b/include/boost/config/compiler/borland.hpp index 4d59e78e..9ab4aaf5 100644 --- a/include/boost/config/compiler/borland.hpp +++ b/include/boost/config/compiler/borland.hpp @@ -103,7 +103,7 @@ # error "Compiler not supported or configured - please reconfigure" #endif // -// last known and checked version is 5.6: +// last known and checked version is 5.7 (Kylix 3): #if (__BORLANDC__ > 0x570) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" @@ -116,3 +116,4 @@ +