forked from boostorg/regex
Allow use of ICU with static runtime.
See: https://svn.boost.org/trac/boost/ticket/12011
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
#include <iomanip>
|
||||
|
||||
#if defined(_MSC_VER) && !defined(_DLL)
|
||||
#error "Mixing ICU with a static runtime doesn't work"
|
||||
//#error "Mixing ICU with a static runtime doesn't work"
|
||||
#endif
|
||||
|
||||
void print_error(UErrorCode err, const char* func)
|
||||
|
Reference in New Issue
Block a user