Skip to content

<algorithm>: Extend vector<bool> algorithms optimization for ranges:: algorithm #6078

@AlexGuteniev

Description

@AlexGuteniev

Make sure that for all algorithms specialized for vector<bool>, both std:: and ranges:: flavor is equally specialized.
Make sure all distinct code paths are tested.

Currently optimized:

  • copy
  • count
  • fill
  • find
  • move
  • transform
  • all_of / any_of / none_of

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions