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

warning: mangled name will change in C++17 because the exception specification is part of a function type #17

Open
yumetodo opened this issue Nov 20, 2017 · 0 comments

Comments

@yumetodo
Copy link
Contributor

C:/msys64/home/yumetodo/GTFramework/iutest/include/internal/iutest_list.hpp:515:5: warning: mangled name for 'int iutest::detail::CountIfOverList(const iutest::detail::iu_list<Node>&, Fn) [with Node = iutest::TestCase; Fn = bool (iutest::TestCase::*)() const noexcept]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 int CountIfOverList(const iu_list<Node>& list, Fn f)
     ^~~~~~~~~~~~~~~
C:/msys64/home/yumetodo/GTFramework/iutest/include/internal/iutest_list.hpp:515:5: warning: mangled name for 'int iutest::detail::CountIfOverList(const iutest::detail::iu_list<Node>&, Fn) [with Node = iutest::TestInfo; Fn = bool (iutest::TestInfo::*)() const noexcept]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
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