You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In the Windows-specific part of fs_create_directory_with_parents, std::wstring_convert and std::codecvt_utf8 has been deprecated starting in C++17, the latter because of https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2871r3.pdf, and the former because all standard facets that the function could use will be removed in C++26.
I've come across https://github.com/nemtrif/utfcpp, a header-only library to handle UTF conversions. Worth considering?
Beta Was this translation helpful? Give feedback.
All reactions