Skip to content

Tracking issue for associated functions and consts of std::char. #71763

Description

@eduardosm

The std::char module defines functions that could be instead associated methods of the char type (e.g., decode_utf16). Making them associated to the char type allows to use directly char::method instead of std::char::method. Similarly, the std::char::MAX and std::char::REPLACEMENT_CHARACTER could also be associated constants (like done with integer constants in #68952).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

B-unstableBlocker: Implemented in the nightly compiler and unstable.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-api[DEPRECATED; DO NOT USE]

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions