Skip to content

Use std::same_as instead of std::is_same_v #6

@saki7

Description

@saki7

Except for those explicitly specified by the standard, we should use std::same_as for consistency. It is also known that std::same_as provides better diagnostics.

Many unit tests are still using std::is_same_v for no actual reasons.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions