Skip to content
  • Edwin Carlinet's avatar
    BUGFIX #69 · cb5fae41
    Edwin Carlinet authored
    Calls to ``::ranges::views::filter(rng, func)`` were ambiguous with the overload
    ``::ranges::views::filter(Predicate, Projector)``
    
    Calls are replaced by the non-conflicting declaration ``::ranges::cpp20::views::filter``.
    cb5fae41