nt: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: benzejaa at gmail dot com
Hey all!
I have what I *think* is a bug in gcc-4.9.2. I haven't tested it against the
development version (mostly due to a lack of free time).
I was messing around with "void_t concepts", an
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64395
benzejaa at gmail dot com changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53223
benzejaa at gmail dot com changed:
What|Removed |Added
CC||benzejaa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53223
--- Comment #10 from benzejaa at gmail dot com ---
I wanted to add that it looks like decltype(auto) also has the same bug as
auto&& in this context.