[Bug c++/67050] [C++14] ICE when calling a template member function from a lambda with implicit "this" capture
ldionne.2 at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Dec 16 15:32:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67050
--- Comment #5 from Louis Dionne <ldionne.2 at gmail dot com> ---
Agreed, the ICE seems to be fixed on trunk. However, the error you're getting
is still a bug, right? The code compiles if I use `this->X<decltype(arg)>()`,
but not `X<decltype(arg)>()` alone.
More information about the Gcc-bugs
mailing list