Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

2.0.1

Compare
Choose a tag to compare
@clechasseur clechasseur released this 21 Nov 20:35
· 1 commit to master since this release

Bugfix for the 2.0 release that replaces coveo::enumerable<T>::const_iterator's class by a typedef for iterator. This fixes some generic code that doesn't handle well the fact that begin() and cbegin() are both const but return different types.