Skip to content

Current version of fmt doesn't compile with Clang 20 #1022

@n0F4x

Description

@n0F4x

Compiling the project with Clang 20 throws some errors similar to this one:

/.conan2/p/b/ktxe2d82b5ecdfa0/b/src/external/fmt/include/fmt/format-inl.h:61:19: error: call to consteval function 'fmt::basic_format_string<char, fmt::basic_string_view<char> &, const char (&)[3]>::basic_format_string<FMT_COMPILE_STRING, 0>' is not a constant expression
   61 |     format_to(it, FMT_STRING("{}{}"), message, SEP);
      |                   ^
...

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