mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-12 14:38:18 +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.