Skip to content

std::jthread & libc++ #89

Description

@andrjohns

Just some more info on what I mentioned during the meeting - std::jthread isn't universally available when using clang & libc++ until clang20, and is only available from clang18 onwards behind the -fexperimental-library flag: https://en.cppreference.com/cpp/compiler_support/20

Image

Might be worth adding an informative assert when using clang & libc++ < 20 (advising to use libstdc++ or gcc or more recent clang), since clang 20 is less than a year old

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