Use TupleVector instead of MultiTypeBlockVector in conceptcheck.cc
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.