forked from boostorg/config
Fix broken <cstring> in release mode settings.
[SVN r18678]
This commit is contained in:
@ -37,6 +37,11 @@
|
|||||||
// we shouldn't really need this - but too many things choke
|
// we shouldn't really need this - but too many things choke
|
||||||
// without it, this needs more investigation:
|
// without it, this needs more investigation:
|
||||||
# define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
|
# 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:
|
// new bug in 5.61:
|
||||||
@ -119,3 +124,4 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user