Skip to content

Fix 'static assertion failed: comparison object must be invocable as const'

Myrtle Shah requested to merge shah/coriolis:const-fix into devel

operator() seems to be required to be const with the latest C++ compiler & library setup.

Merge request reports