mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-04 21:26:17 +00:00
62629f3e70
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. |
||
---|---|---|
.. | ||
betweenness.cpp | ||
dhrg-64.cpp | ||
dhrg-128.cpp | ||
dhrg-utils.cpp | ||
dhrg.cpp | ||
dhrg.h | ||
dynamic.cpp | ||
embedder.cpp | ||
gridmapping.cpp | ||
groundtruth.cpp | ||
loglik.cpp | ||
mycell.cpp | ||
paths.cpp | ||
readgraph.cpp | ||
regular.cpp | ||
routing.cpp | ||
segment.cpp | ||
tests.cpp | ||
visualize.cpp |