Fix VariableBlockVector's CreateIterator
All threads resolved!
All threads resolved!
When the postfix increment operator is used, block sizes will not be set properly, see #56 (closed).
This implementation places the allocation into the destructor of the iterator.
It does not need additional structures.
This MR also fixes the test for interoperability with STL algorithms: As the CreateIterator is only an output iterator, use std::fill_n()
instead of std::fill()
.
See !249 (closed). Fixes #56 (closed).
Edited by Steffen Müthing
Merge request reports
Activity
- Resolved by Steffen Müthing
And yes, the pipeline failure is down to #51 (closed).
mentioned in merge request !249 (closed)
changed milestone to %DUNE 2.7.0
assigned to @smuething
mentioned in commit a7db0489
mentioned in commit 8f967210
mentioned in merge request !256 (closed)
mentioned in commit 30e46e20
Please register or sign in to reply