Skip to content

Use TupleVector instead of MultiTypeBlockVector in conceptcheck.cc

oliver.sander_at_tu-dresden.de requested to merge fix-conceptcheck into master

Since recently, MultiTypeBlockVector tries to construct a common field type from its entries, which makes it a bit more strict in what it accepts as entries. This makes conceptcheck.cc fail.

Since MultiTypeBlockVector is not actually needed here, simply replace it by TupleVector, which is more forgiving.

Merge request reports