Skip to content

RingerSelectorTools+AsgAnalysisAlgorithms: Remove references to deprecated functions.

std::ptr_fun and std::not1 are deprecated. Replace deprecated std::not1 with std::not_fn.

Merge request reports

Loading