canonical / canonical/multipass

Adopt C++20 ranges in the code

Open
#4,412 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
9.2k
Forks
828
Avg merge
3d 1h
Merged PRs (30d)
44

Description

Once #4378 merges, we'll be able to use C++20 features. Among these features is [range support](https://en.cppreference.com/w/cpp/ranges.html), which would simplify various operations we perform on standard containers.

Contributor guide

Open the contributing guide

Research direction

Start by checking prerequisite issue #4378 and reviewing the C++20 ranges reference linked in the issue. Then survey the standard-container operations in the codebase to identify suitable replacements. Done means adopting ranges where appropriate after #4378 merges while preserving existing behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.