1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-13 17:48:06 +00:00
Files
hyperrogue/binary-tiling.cpp
Arthur O'Dwyer a8bd4854bb Replace const X f() with X f(). NFC.
Theoretically, this improves codegen by allowing `x = f()` to move-from
the returned temporary instead of requiring a copy. In these cases I
don't expect any effect; it's just to keep the codebase clean.

Also change `operator"" _deg` to `operator""_deg`; the former spelling
was deprecated in 2023 (but, strangely, was deprecated retroactively
all the way back to C++11: see CWG2521).
2024-12-13 11:00:41 -05:00

39 KiB