We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When compiling ROS 2 with a C++17 or newer toolchain, the line 131 in rosidl_runtime_cpp/include/rosidl_runtime_cpp/traits.hpp
std::wstring_convert<std::codecvt_utf8_utf16<char16_t>, char16_t> convert;
emits a deprecation warning for std::codecvt_utf8_utf16 and wstring_convert
std::codecvt_utf8_utf16
wstring_convert
How do I resolve this issue, I did some research and there are no replacements as of now.
The text was updated successfully, but these errors were encountered:
@waytoashutosh can you pick #871 and try to see if this works for you?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When compiling ROS 2 with a C++17 or newer toolchain, the line 131 in rosidl_runtime_cpp/include/rosidl_runtime_cpp/traits.hpp
emits a deprecation warning for
std::codecvt_utf8_utf16
andwstring_convert
How do I resolve this issue, I did some research and there are no replacements as of now.
The text was updated successfully, but these errors were encountered: