mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
[core] Use constexpr when possible
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
|
||||
namespace search
|
||||
{
|
||||
static uint8_t const kCategoriesLang = 128;
|
||||
static uint8_t const kPostcodesLang = 129;
|
||||
static uint8_t constexpr kCategoriesLang = 128;
|
||||
static uint8_t constexpr kPostcodesLang = 129;
|
||||
} // namespace search
|
||||
|
||||
Reference in New Issue
Block a user