Skip to content
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

std::codecvt_utf8 is deprecated in C++ 17 #118

Open
thebearon opened this issue Jul 3, 2023 · 0 comments
Open

std::codecvt_utf8 is deprecated in C++ 17 #118

thebearon opened this issue Jul 3, 2023 · 0 comments

Comments

@thebearon
Copy link

As used eg. here:

wif.imbue(std::locale(std::locale(), new std::codecvt_utf8<wchar_t>));

Workaround to disable the warnings in LO:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=e37e1a7d2007bd6896027b69271774da2568e6f8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant