lumiera_/src/lib/diff
Ichthyostega fa6ba76f85 investigate insidious ill-guided conversion
As it turns out, using the functional-notation form conversion
with *parentheses* will fall back on a C-style (wild, re-interpret) cast
when the target type is *not* a class. As in the case in question here, where
it is a const& to a class. To the contrary, using *curly braces* will always
attempt to go through a constructor, and thus fail as expected, when there is
no conversion path available.

I wasn't aware of that pitfall. I noticed it since the recently introduced
class TimelineGui lacked a conversion operator to BareEntryID const& and just
happily used the TimelineGui object itself and did a reinterpret_cast into BareEntryID
2018-10-12 23:42:56 +02:00
..
diff-language.hpp Introduce predefined constants for magic IDs in UI communication 2018-10-08 05:00:06 +02:00
diff-mutable.hpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
diff.cpp reorganise compilation units 2015-08-30 04:57:32 +02:00
gen-node.cpp add support for Ref::THIS (questionable, #996) 2016-04-18 01:21:38 +02:00
gen-node.hpp investigate insidious ill-guided conversion 2018-10-12 23:42:56 +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 Modernise Unknown Exception handler and Exception messages 2018-04-02 01:48:51 +02:00
list-diff-detector.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
list-diff.hpp DOC: fix syntax of some doxygen links 2018-09-21 14:33:12 +02:00
mutation-message.hpp DOC: fix syntax of some doxygen links 2018-09-21 14:33:12 +02:00
record.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
test-mutation-target.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
tree-diff-application.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
tree-diff-traits.hpp MutationMessage: generic implementation based on the DiffMutable interface 2016-10-02 23:34:07 +02:00
tree-diff.cpp application via TreeMutator is now the default 2016-09-05 04:36:07 +02:00
tree-diff.hpp application via TreeMutator is now the default 2016-09-05 04:36:07 +02:00
tree-mutator-attribute-binding.hpp DiffMessage: now uniformly plays the role of MutationMessage (closes #1066) 2017-08-13 07:25:32 +02:00
tree-mutator-collection-binding.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
tree-mutator-gen-node-binding.hpp TreeMutator: conjure up a black hole mutator 2018-10-11 23:56:33 +02:00
tree-mutator-noop-binding.hpp TreeMutator: combine no-op layer with selective other diff binding 2018-10-12 02:05:11 +02:00
tree-mutator.hpp TreeMutator: conjure up a black hole mutator 2018-10-11 23:56:33 +02:00