1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-07-01 09:33:17 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Arthur O'Dwyer
62629f3e70 Change static const to static constexpr wherever possible
Since we require C++11, most of these consts can be constexpr.

Two `static const ld` remain non-compile-time-evaluable because
they depend on the runtime `log` function. One `static const cld`
remains non-compile-time because `std::complex<T>` doesn't become
constexpr until C++14.
2023-08-23 09:47:28 -08:00
Zeno Rogue
d4ea078f7f DHRG not exports some things 2022-08-23 21:52:36 +02:00
Zeno Rogue
9a916f1ef3 rogueviz:: added DHRG 2022-07-12 14:46:31 +02:00