mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-15 16:08: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.