[Bug c++/55015] Lambda functions not found at link time when declared in an inline function

2012-10-21 Thread julien.nitard at m4tp dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55015 --- Comment #1 from Julien Nitard 2012-10-22 02:13:43 UTC --- Somebody noted in S.O. that declaring the inline function "static" (or using an anonymous namespace which I guess as same effect) hides (or solves ;) the problem.

[Bug c++/55015] New: Lambda functions not found at link time when declared in an inline function

2012-10-21 Thread julien.nitard at m4tp dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55015 Bug #: 55015 Summary: Lambda functions not found at link time when declared in an inline function Classification: Unclassified Product: gcc Version: 4.7.2 S