This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
2.0-alpha2
Pre-release
Pre-release
clechasseur
released this
25 Sep 03:01
·
5 commits
to issue/1
since this release
coveo::enumerable
has been refactored again. Having both iterator
and const_iterator
didn't make much sense since it was possible to simply copy the enumerable
to access the non-const
methods. So now enumerable
only has an iterator
, and begin
/end
are const
methods. Also added an as_const
method to return a const version of a given enumerable.