1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 03:47:58 +00:00

Merge pull request #343 from Quuxplusone/constexpr

Change `static const` to `static constexpr` wherever possible
This commit is contained in:
Zeno Rogue
2023-10-19 12:31:56 +02:00
committed by GitHub
48 changed files with 453 additions and 458 deletions

View File

@@ -20,7 +20,7 @@ EX namespace polygonal {
#endif
#if HDR
static const int MSI = 120;
static constexpr int MSI = 120;
#endif
typedef long double xld;