From 37d1ce27dc2e3b2bf71f0ddd29893f16dcb45d4c Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 5 Jun 2003 10:44:50 +0000 Subject: [PATCH] Fix broken in release mode settings. [SVN r18678] --- include/boost/config/compiler/borland.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/boost/config/compiler/borland.hpp b/include/boost/config/compiler/borland.hpp index fc2b98b7..5602288b 100644 --- a/include/boost/config/compiler/borland.hpp +++ b/include/boost/config/compiler/borland.hpp @@ -37,6 +37,11 @@ // we shouldn't really need this - but too many things choke // without it, this needs more investigation: # define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS +# ifdef NDEBUG + // fix broken so that Boost.test works: +# include +# undef strcmp +# endif // // new bug in 5.61: @@ -119,3 +124,4 @@ +