https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56402 The lambda definition captures the this pointer, but the ctor of the lamda does not initialise this capture. In our case, we're lucky, as we don't use the "this" pointer; otherwise, we'd get a crash a runtime. Fixed since GCC-4.7.3 --> it's *really* time to upgrade to Debian/Jessie |
||
|---|---|---|
| .. | ||
| diff-language.hpp | ||
| diff.cpp | ||
| gen-node.hpp | ||
| index-table.hpp | ||
| list-diff-application.hpp | ||
| list-diff-detector.hpp | ||
| list-diff.hpp | ||
| record.hpp | ||
| tree-diff-application.hpp | ||
| tree-diff.hpp | ||
| tree-mutator.hpp | ||