Skip to content

replace triple class by std::tuple

Andrei Shamshur requested to merge rushmash/gnome-commander:use-std-tuple into master

It should be noop change, as it seems project's tuple/triple implementation does lexicographical comparison which is no different to std::tuple. As a bonus this eliminates one TODO in the code!

Edited by Andrei Shamshur

Merge request reports