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
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]
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: