[Bug c++/80475] Unevaluated combined delete new expression doesn't handle access error in class template SFINAE
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon May 15 10:33:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80475
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-05-15
Version|7.0.1 |7.1.0
Ever confirmed|0 |1
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Confirmed.
See also PR 79706 comment 3 with this added:
std::result_of<can_delete<false, A>(A*)> r;
More information about the Gcc-bugs
mailing list