Skip to content

Commit

Permalink
Global constexpr should be inline
Browse files Browse the repository at this point in the history
  • Loading branch information
PBrunot committed Dec 21, 2024
1 parent d8cd178 commit 801bb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/WhiteList.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace fabomatic
{
namespace conf::cards
{
static constexpr auto LEN = 10U; /* Number of whitelisted cards */
inline constexpr auto LEN = 10U; /* Number of whitelisted cards */
} // namespace conf::cards

using WhiteListEntry = std::tuple<card::uid_t, FabUser::UserLevel, std::string_view>;
Expand Down

0 comments on commit 801bb05

Please sign in to comment.