[Bug c++/55853] [C++11] ICE calling member function of templated class in lambda

2013-01-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55853 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/55853] [C++11] ICE calling member function of templated class in lambda

2013-01-02 Thread kyle.t.konrad at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55853 --- Comment #2 from Kyle Konrad 2013-01-03 01:15:56 UTC --- Version information: $ g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper Target: x86_64-linux-gnu Configured wit

[Bug c++/55853] [C++11] ICE calling member function of templated class in lambda

2013-01-02 Thread kyle.t.konrad at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55853 --- Comment #1 from Kyle Konrad 2013-01-03 01:13:26 UTC --- I forgot to mention that adding "this->" to the Insert() call causes compilation to succeed.