From 6143d199de7152b127ab38a129bdef57c1fefc65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 12 Jan 2024 19:06:01 +0100 Subject: [PATCH] remove constexpr --- src/state_explorer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state_explorer.cpp b/src/state_explorer.cpp index c2c25ee..b21e5a4 100644 --- a/src/state_explorer.cpp +++ b/src/state_explorer.cpp @@ -31,7 +31,7 @@ namespace Hanabi return ret; } - constexpr static std::array cli_commands = { + const static std::array cli_commands = { "play", "clue", "discard", "opt", "state", "id", "revert", "actions", "evaluate", "help", "quit", "set-initials" , "dump-id-parts", };