Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
collection: fix SortedArray container (#35)
Changes: * fix constructor to require explicit SortComparer object since GenericSortComparer may fail in the runtime due to absence of `>` and `<` operators. * fix clear() method to adhere to Collection behaviour; * call clear() from destructor.
- Loading branch information