mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 14:43:43 +00:00
[core] Use constexpr when possible
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
namespace df
|
||||
{
|
||||
std::array<int, 3> const kLineIndexingLevels = {1, 7, 11};
|
||||
std::array<int, 3> constexpr kLineIndexingLevels = {1, 7, 11};
|
||||
|
||||
UserMarkGenerator::UserMarkGenerator(TFlushFn const & flushFn) : m_flushFn(flushFn)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user