Fix 'static assertion failed: comparison object must be invocable as const'
operator()
seems to be required to be const
with the latest C++ compiler & library setup.
operator()
seems to be required to be const
with the latest C++ compiler & library setup.