MultipleCodimMultipleGeomTypeMapper not assignable
Until 2017 the mapper was assignable. Later the layout_
was changed to be const
, which broke the (default) assignment.
Is this in purpose?
In general I'd consider assignability as something natural for this type of data. The fix would be relatively simple.
@core: comments?