eric\../parsing\Parser_wstring.hpp:66:21: warning: 'wcsrtombs' is deprecated: This function or variable may be unsafe. Consider using wcsrtombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
66 | auto len = std::wcsrtombs(outStr.data(), &ptr, _str.size(), &state);