You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/include/spdlog/fmt
Christian Blichmann 7f8060d5b2
fix: Compatibility with external fmtlib 11.1.1 (#3312)
Include fmtlib's `xchar` header to include `fmt::basic_format_string`.
Otherwise, compilation with an external fmtlib 11.1.1 fails with

```
In file included from include/spdlog/spdlog.h:12:
include/spdlog/common.h:369:49: error: no template named 'basic_format_string' in namespace 'fmt'; did you mean 'std::basic_format_string'?
  369 | inline fmt::basic_string_view<T> to_string_view(fmt::basic_format_string<T, Args...> fmt) {
      |                                                 ^~~~~
```

Signed-off-by: Christian Blichmann <cblichmann@google.com>
8 months ago
..
bundled Update bundled fmt to 11.0.2 (#3236) 10 months ago
bin_to_hex.h update clang format again 2 years ago
chrono.h fmt/*.h: include tweakme.h to set SPDLOG_FMT_EXTERNAL according to system (#2923) 2 years ago
compile.h fmt/*.h: include tweakme.h to set SPDLOG_FMT_EXTERNAL according to system (#2923) 2 years ago
fmt.h fix: Compatibility with external fmtlib 11.1.1 (#3312) 8 months ago
ostr.h fmt/*.h: include tweakme.h to set SPDLOG_FMT_EXTERNAL according to system (#2923) 2 years ago
ranges.h fmt/*.h: include tweakme.h to set SPDLOG_FMT_EXTERNAL according to system (#2923) 2 years ago
std.h fmt/*.h: include tweakme.h to set SPDLOG_FMT_EXTERNAL according to system (#2923) 2 years ago
xchar.h fmt/*.h: include tweakme.h to set SPDLOG_FMT_EXTERNAL according to system (#2923) 2 years ago