-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Just pulled v1.0.4 source to build under g++ 13.2 for C++20 builds (Ubuntu 24.04)
Get build failures for unresolved definition of 'mbstowcs_s', which appears to be part of the C stdlib, not C++ stdlib, for a rare case of divergence between said libraries.
C++ reference @ https://en.cppreference.com/w/cpp/string/multibyte/mbstowcs indicates C++ should be using std::mbsrtowcs() for multi-threaded state issues.
Have #ifdef'd out offending helpers for now.
Metadata
Metadata
Assignees
Labels
No labels