Damn sideeffect of the suppport for move-only types: since we're moving our binding now into place /after/ construction, in some cases the end() iterator (embedded in RangeIter) becomes invalid. Indeed this was always broken, but didn't hurt, as long as we only used vectors. Solution: use a dedicated init() hook, which needs to be invoked *after* the TreeMutator has been constructed and moved into the final location in the stack buffer. |
||
|---|---|---|
| .. | ||
| diff-complex-application-test.cpp | ||
| diff-index-table-test.cpp | ||
| diff-list-application-test.cpp | ||
| diff-list-generation-test.cpp | ||
| diff-tree-application-test.cpp | ||
| gen-node-basic-test.cpp | ||
| generic-record-representation-test.cpp | ||
| tree-mutator-binding-test.cpp | ||
| tree-mutator-test.cpp | ||