remove constexpr
This commit is contained in:
parent
6a663563a3
commit
6143d199de
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace Hanabi
|
|||
return ret;
|
||||
}
|
||||
|
||||
constexpr static std::array<std::string, 13> cli_commands = {
|
||||
const static std::array<std::string, 13> cli_commands = {
|
||||
"play", "clue", "discard", "opt", "state", "id", "revert", "actions", "evaluate", "help", "quit", "set-initials"
|
||||
, "dump-id-parts",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue