[Bug c++/64395] New: void_t doesn't work as expected

2014-12-23 Thread benzejaa at gmail dot com
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

[Bug c++/64395] void_t doesn't work as expected

2014-12-24 Thread benzejaa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64395 benzejaa at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/53223] [c++0x] auto&& and operator* don't mix inside templates

2015-12-09 Thread benzejaa at gmail dot com
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

[Bug c++/53223] [c++0x] auto&& and operator* don't mix inside templates

2015-12-09 Thread 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.