From dea5465f9e88039e0af29768eeb50066898f2658 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sun, 3 May 2020 16:24:55 -0400 Subject: [PATCH] Changed the latest accepted value of __BORLANDC__ for when __CODEGEARC__ is not defined. --- include/boost/config/compiler/borland.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/borland.hpp b/include/boost/config/compiler/borland.hpp index 366cd904..c5113b71 100644 --- a/include/boost/config/compiler/borland.hpp +++ b/include/boost/config/compiler/borland.hpp @@ -17,7 +17,7 @@ #endif // last known compiler version: -#if (__BORLANDC__ > 0x740) +#if (__BORLANDC__ > 0x613) //# if defined(BOOST_ASSERT_CONFIG) # error "boost: Unknown compiler version - please run the configure tests and report the results" //# else