make internal::counter static inline
This commit is contained in:
parent
aea6671b14
commit
437ab75068
@ -32,7 +32,7 @@ namespace internal {
|
||||
}
|
||||
|
||||
|
||||
[[nodiscard]] static std::uint32_t counter() noexcept {
|
||||
[[nodiscard]] static inline std::uint32_t counter() noexcept {
|
||||
static std::uint32_t cnt{};
|
||||
return cnt++;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user