[Bug c++/54379] Suggestion for type attribute similar to warn_unused_result
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Apr 28 16:30:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54379
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2016-04-28
CC| |jason at gcc dot gnu.org
Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> ---
C++17 adds the [[nodiscard]] attribute which can be applied to classes.
More information about the Gcc-bugs
mailing list