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
rttr/detail/method/method_wrapper.h:213:7: error: mangled name for‘virtual rttr::detail::method_wrapper<bool (std::__cxx11::basic_string<char>::*)() const noexcept, (rttr::access_levels)0, rttr::detail::default_invoke, rttr::detail::default_args<>, rttr::detail::parameter_infos<>, 0>::~method_wrapper()’ will changein C++17 because the exception specification is part of a functiontype [-Werror=noexcept-type]
Here is one of problems:
OS: Arch Linux
Compiler: gcc-7.2.1
-std=c++14
There are possible solutions:
https://stackoverflow.com/questions/46798456/handling-gccs-noexcept-type-warning
Personally I like just disabling this type of warnings:
-Wno-noexcept-type
This problem happened on the computer of one of our coworkers, so I can not provide full list of errors, because I can not reproduce it personally.
The text was updated successfully, but these errors were encountered: