LUMIERA.clone/tests/gui/interact
Ichthyostega f80982b52b gen-node: fix insidious data conssitency problem
I assumed that, since GenNode is composed of copyable and
assignable types, the standard implementation will do.
But I overlooked the run time type check on the opaque
payload type within lib::Variant. When a type mismatch
is detected, the default implementation has already
assigned and thus altered the IDs.

So we need to roll our own implementation, and to add
insult to injury, we can't use the copy-and-swap idiom either.
2016-02-13 22:55:59 +01:00
..
state-map-grouping-storage-test.cpp gen-node: fix insidious data conssitency problem 2016-02-13 22:55:59 +01:00