mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-05 12:13:54 +00:00
[core] Use constexpr when possible
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -9,7 +9,7 @@ namespace search
|
||||
{
|
||||
namespace
|
||||
{
|
||||
uint64_t const kModulo = 18446744073709551557LLU;
|
||||
uint64_t constexpr kModulo = 18446744073709551557LLU;
|
||||
} // namespace
|
||||
|
||||
// static
|
||||
|
||||
Reference in New Issue
Block a user