Added extended AllTrueBitSetVector class
All threads resolved!
All threads resolved!
Merge request reports
Activity
- Resolved by Praetorius, Simon
What happens when I try to do something like
auto bitVec = AllTrueBitSetVector{}; for (auto it = bitVec.begin(); it != bitVec.end(); ++it) ...
From my understanding this would compile and result in an infinite loop. Perhaps we should add some documentation to clarify the behaviour.
enabled an automatic merge when the pipeline for aa317187 succeeds
mentioned in commit 09aba8bc
Please register or sign in to reply