Skip to content

Update return type of IndexSet::size

Christian Engwer requested to merge size-return-type-of-indexset into master

see #10 (closed)

On the dev-meeting 2021 we decided that the return type if IndexSet::size should usually be std::size:_t.

Merge request reports