refactor static->inline
This commit is contained in:
parent
176154e60d
commit
34a49c1dfa
@ -53,7 +53,7 @@ struct option_hasher {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
static const std::unordered_map<utils::cli::option, action, option_hasher>
|
inline const std::unordered_map<utils::cli::option, action, option_hasher>
|
||||||
option_actions = {
|
option_actions = {
|
||||||
{utils::cli::options::check_version_option,
|
{utils::cli::options::check_version_option,
|
||||||
cli::actions::check_version},
|
cli::actions::check_version},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user