mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-02 01:42:49 +00:00

C++20 introduces `std::format` and we `using namespace std`, so some of these would be ambiguous in C++20.
C++20 introduces `std::format` and we `using namespace std`, so some of these would be ambiguous in C++20.