Skip to content

Replace deprecated std::is_trivial #7245

@nyllet

Description

@nyllet

it's not possible to build two of the header files with c++26 since they are using the deprecated std::is_trivial:

propose to replace it with is_trivially_default_constructible && is_trivially_copyable which are available since c++11.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions