http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54104
--- Comment #1 from likan_999.student at sina dot com 2012-07-27 09:04:49 UTC --- The example can be further reduced to: template <class T = int, typename U> void f(const U& m) { auto g = [] () {}; }
likan_999.student at sina dot com Fri, 27 Jul 2012 02:05:17 -0700
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54104
--- Comment #1 from likan_999.student at sina dot com 2012-07-27 09:04:49 UTC --- The example can be further reduced to: template <class T = int, typename U> void f(const U& m) { auto g = [] () {}; }