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
xtypes/include/xtypes/StringType.hpp:112:70: error: use 'template' keyword to treat 'basic_string' as a dependent template name [clang-diagnostic-error]
reinterpret_cast<std::basic_string<CHAR_T>*>(instance)->std::basic_string<CHAR_T>::~basic_string<CHAR_T>();
The text was updated successfully, but these errors were encountered:
I came across these when trying to compile
xtypes
components when using it in a project that is C++20 on gcc 11:https://github.com/eProsima/xtypes/blob/main/include/xtypes/DynamicDataImpl.hpp#L145
https://github.com/eProsima/xtypes/blob/main/include/xtypes/StringType.hpp#L112
The text was updated successfully, but these errors were encountered: