Allow use of ICU with static runtime.

See: https://svn.boost.org/trac/boost/ticket/12011
This commit is contained in:
jzmaddock
2016-06-11 18:46:23 +01:00
parent 1101c0be6a
commit acade9f20c
2 changed files with 27 additions and 65 deletions

View File

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