Skip to content

[bugfix] make istls blockvector iterator compile in debug mode

Tobias Malkmus requested to merge bugfix/make_istl_blockvector_compile into master

In debug mode the compiler was not able to guess the valid default assign operator as the debug variable end was marked constant. This patch marks end as non const member variable.

@claus-justus.heine pleace have a look wether this fixes your problem.

Edited by Tobias Malkmus

Merge request reports