-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting wstring_convert deprecated error. #96
Comments
If someone is getting the same error. (if you find a way please leave comment here)
|
I've just faced the same problem. Thank you for the workaround :) |
the problem still here... /home/ec2-user/CppServer/modules/CppCommon/include/string/format.inl: In function ‘void CppCommon::print(fmt::v11::wformat_string<T ...>, T&& ...)’: |
@oxful CppServer uses CppCommon module which has fmt dependency. |
I am compiling on macOS (14.4.1) and getting error in encoding.cpp.
error: 'codecvt_utf8<wchar_t, 1114111, 0>' is deprecated [-Werror,-Wdeprecated-declarations]
std::wstring_convert<std::codecvt_utf8<wchar_t>> convert;
The text was updated successfully, but these errors were encountered: