Fix broken <cstring> in release mode settings.

[SVN r18678]
This commit is contained in:
John Maddock
2003-06-05 10:44:50 +00:00
parent 6b24a269b2
commit 37d1ce27dc

View File

@ -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 <cstring> so that Boost.test works:
# include <cstring>
# undef strcmp
# endif
//
// new bug in 5.61:
@ -119,3 +124,4 @@