This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/80985] -Wnoexcept-type should not produce a warning for inlined template functions


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80985

Barry Revzin <barry.revzin at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |barry.revzin at gmail dot com

--- Comment #3 from Barry Revzin <barry.revzin at gmail dot com> ---
Question: what am I supposed to do about this warning? Using John's example
as-is... what does John do to "satisfy" the warning? I just ran into this
writing a test suite for a library when I added gcc7 compiling in c++14 mode
and I'm not sure that there's anything for me to do besides -Wno-noexcept-type
(https://stackoverflow.com/q/46798456/2069064)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]