Skip to content

Can't be built with LLVM 19 due to removal of generic char_traits implementation #10928

@d125q

Description

@d125q

Doxygen can't be built with LLVM 19 because there's no char_traits<unsigned char>. (See D157058.) Using C++20 with char8_t here and here makes it build, but there are some warnings from the logger about using char8_t * with an %s format specifier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions