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
"P0618R0 - Deprecate - The entire header (which does not contain the class codecvt!) is deprecated, as are the utilities wstring_convert and wbuffer_convert. These features are hard to use correctly, and there are doubts whether they are even specified correctly. Users should use dedicated text-processing libraries instead."
As the result, library can not be compiled without suppressing some compiler's errors
The text was updated successfully, but these errors were encountered:
Code uses the templated function std::codecvt_utf8, which has an implicit template parameter std::codecvt_mode
In fact the entire header is deprecated per https://isocpp.org/files/papers/p0636r0.html :
As the result, library can not be compiled without suppressing some compiler's errors
The text was updated successfully, but these errors were encountered: