https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67064
Ville Voutilainen <ville.voutilainen at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |rejects-valid
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-07-30
CC| |jason at redhat dot com,
| |ville.voutilainen at gmail dot
com
Ever confirmed|0 |1
--- Comment #7 from Ville Voutilainen <ville.voutilainen at gmail dot com> ---
gcc 4.9.2 and 5.2 also reject the snippet if c++14 or c++1z modes are used. gcc
6 accepts the snippet if a c++11 or c++98 mode is explicitly requested, but
fails
like the others otherwise because it defaults to c++14.