Skip to content

[bugfix] make sure rows are also constructed

Christian Engwer requested to merge feature/fix#34 into master

the row vector is obtained unitialized from an allocator. We now make sure, that the constructor for all entries is called immediatelly after allocation.

fixes #34 (closed)

Merge request reports