[Bug c++/78301] noexcept() operator rejects sibling method call without object
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 22 10:51:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78301
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
N.B. it's easy to workaround the bug by using this->inner()
Possibly related to PR 66256
More information about the Gcc-bugs
mailing list