Skip to content

Use std::ranges when available #8753

@alexreinking

Description

@alexreinking

Some code does a lot of fiddly index math and pointer arithmetic to implement standard iteration patterns (e.g. splitting a string). We should use C++20/23's ranges and views when they become available and consider using them sooner via range-v3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code_cleanupNo functional changes. Reformatting, reorganizing, or refactoring existing code.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions