hyperrogue/rogueviz/dhrg
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
..
betweenness.cpp Qualify calls to `format` 2023-08-21 10:18:44 -07:00
dhrg-64.cpp rogueviz:: added DHRG 2022-07-12 14:46:31 +02:00
dhrg-128.cpp rogueviz:: added DHRG 2022-07-12 14:46:31 +02:00
dhrg-utils.cpp Change `static const` to `static constexpr` wherever possible 2023-08-23 09:47:28 -08:00
dhrg.cpp Qualify calls to `format` 2023-08-21 10:18:44 -07:00
dhrg.h Change `static const` to `static constexpr` wherever possible 2023-08-23 09:47:28 -08:00
dynamic.cpp rogueviz:: added DHRG 2022-07-12 14:46:31 +02:00
embedder.cpp Qualify calls to `format` 2023-08-21 10:18:44 -07:00
gridmapping.cpp Qualify calls to `format` 2023-08-21 10:18:44 -07:00
groundtruth.cpp rogueviz:: added DHRG 2022-07-12 14:46:31 +02:00
loglik.cpp Qualify calls to `format` 2023-08-21 10:18:44 -07:00
mycell.cpp rogueviz:: added DHRG 2022-07-12 14:46:31 +02:00
paths.cpp rogueviz:: added DHRG 2022-07-12 14:46:31 +02:00
readgraph.cpp rogueviz::dhrg:: export some functions 2022-07-23 15:45:42 +02:00
regular.cpp rogueviz:: added DHRG 2022-07-12 14:46:31 +02:00
routing.cpp DHRG not exports some things 2022-08-23 21:52:36 +02:00
segment.cpp rogueviz:: added DHRG 2022-07-12 14:46:31 +02:00
tests.cpp rogueviz:: added DHRG 2022-07-12 14:46:31 +02:00
visualize.cpp Eliminate calls to `sprintf` 2023-08-21 10:18:44 -07:00