Files
fmt/include/fmt
Alexey Ochapov d8e1c9f175 fix fmt::get for some GCC versions and legacy Clang (#2144)
fixes https://github.com/fmtlib/fmt/issues/2140

- some GCC versions decay function pointers to `const void*`, exactly like
  MSVC does
- legacy Clang (prior to 7.0) treats function pointers also as `const T*`
  pointers, but unable to convert them
2021-02-23 07:18:30 -08:00
..
2020-11-09 20:35:03 -08:00
2021-02-20 11:50:12 -08:00
2020-11-01 06:08:28 -08:00
2021-01-09 07:18:56 -08:00
2020-05-07 15:59:46 -07:00
2020-11-12 08:37:04 -08:00