Skip to content

[clang-tidy] modernize-type-traits doesn't support type traits not declared directly in std #147072

Open
@localspook

Description

@localspook

This affects std::chrono::treat_as_floating_point_v and std::chrono::is_clock_v, because they're declared in std::chrono, not std. The check's current architecture is simply not designed to handle this case.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions