You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Remove fmt dependency (spdlog based on std)"
This reverts commit aaa9b82.
Github MacOS 13 runner is bound to XCode 15.2, which does not implement
`std::format`. This would require Xcode 15.3 (see
https://developer.apple.com/xcode/cpp/#c++20).
Various options could exist, among them cross-compiling from MacOS 14,
or changing compiler to gcc-14, but none is straightforward, so I
abandon the idea...
0 commit comments