We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nanodbc/nanodbc.cpp:301:32: warning: 'codecvt_utf8_utf16<char16_t>' is deprecated [-Wdeprecated-declarations] nanodbc/nanodbc.cpp:301:16: warning: 'wstring_convert<std::codecvt_utf8_utf16<char16_t>, char16_t>' is deprecated [-Wdeprecated-declarations]
Due to https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0618r0.html
The text was updated successfully, but these errors were encountered:
I'll try and get through the current submission with this but we'll need to fix for the next release.
Sorry, something went wrong.
For what is worth, nanodbc is waiting for the standard to provide an alternative:
nanodbc
nanodbc/nanodbc#74
In that case maybe we should pragma the warnings away.
Fixed in #688
No branches or pull requests
Due to https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0618r0.html
The text was updated successfully, but these errors were encountered: