Files
Gabi Melman cc6fcee33c [ci] Fix macOS build: use C++20 for std::format matrix entry (#3589)
The CI was passing -DCMAKE_CXX_STANDARD=11 even when SPDLOG_USE_STD_FORMAT=ON,
which requires C++20. Previously this was masked because CMakeLists.txt
unconditionally set C++20 for std::format, but #3583 made that conditional.
2026-04-11 16:40:24 +03:00
..