Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
fmt::get
for some GCC versions and legacy Clang
fixes #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
- Loading branch information