mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 21:13:35 +00:00
[core] Use constexpr when possible
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
/// this value.
|
||||
///
|
||||
/// WARNING! Existing sections may not be properly aligned.
|
||||
static uint64_t const kSectionAlignment = 8;
|
||||
static uint64_t constexpr kSectionAlignment = 8;
|
||||
|
||||
bool IsExist(Tag const & tag) const { return GetInfo(tag) != 0; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user