https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38172
--- Comment #14 from Matthew Dennis ---
I believe `nodiscard` is only valid in C++17
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65831
Matthew Dennis changed:
What|Removed |Added
CC||mdennis at merfer dot net
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60460
--- Comment #1 from Matthew Dennis ---
Created attachment 32308
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32308&action=edit
reproduction of warn_unused_result problem
erity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mdennis at merfer dot net
possibly doesn't warn for any templated return type.
possibly related to 39808 and/or 47461.
see attached for repro.