LUMIERA.clone/src/lib/diff
Ichthyostega f565ae4639 weird warning turns out to be GCC 4.7.2 Bug 56402
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
2015-08-16 01:35:31 +02:00
..
diff-language.hpp WIP: first draft -- properties of an external symbolic record type 2015-08-16 01:35:28 +02:00
diff.cpp WIP: stub GenNode ref 2015-08-16 01:35:30 +02:00
gen-node.hpp implement generic attribute access in Record type 2015-08-16 01:35:30 +02:00
index-table.hpp allow for iterative access to the snapshot data in the lookup table 2015-01-04 14:23:12 +01:00
list-diff-application.hpp move and split drafted code to the acutal library headers 2015-01-04 12:36:13 +01:00
list-diff-detector.hpp identify and decide on some of the insidious questions of design 2015-03-21 19:23:41 +01:00
list-diff.hpp move and split drafted code to the acutal library headers 2015-01-04 12:36:13 +01:00
record.hpp weird warning turns out to be GCC 4.7.2 Bug 56402 2015-08-16 01:35:31 +02:00
tree-diff-application.hpp Diff Handling and Diff Application: framework and definitions 2014-12-15 03:21:19 +01:00
tree-diff.hpp Diff Handling and Diff Application: framework and definitions 2014-12-15 03:21:19 +01:00
tree-mutator.hpp summarise my thoughts regarding the 'External Tree Description' 2015-05-26 16:17:00 +02:00