Skip to content

Change Calendar::sortX() methods to work in-place

Volker Krause requested to merge work/vkrause/in-place-sort into master

The current API forces a copy, while most if not all users discard the unsorted list afterwards anyway and only continue with the sorted one.

Merge request reports