mirror of
https://github.com/boostorg/nowide.git
synced 2026-02-14 00:42:53 +00:00
That flag forces ISO conformance removing the declarations of the required _w* functions. Move the implementations using those into source files and undef __STRICT_ANSI__ inside that file Also allows to not use the *_s functions on MSVC as _CRT_SECURE_NO_WARNINGS can be safely define inside the cpp files.