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 @@ +