mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
Remove superfluous semicolon (#304)
This commit is contained in:
parent
a7926c63d4
commit
49bb72da8e
1 changed files with 1 additions and 1 deletions
|
|
@ -718,7 +718,7 @@ constexpr void valid_count(bool* valid, std::size_t& count) noexcept {
|
|||
} \
|
||||
}
|
||||
|
||||
MAGIC_ENUM_FOR_EACH_256(MAGIC_ENUM_V);
|
||||
MAGIC_ENUM_FOR_EACH_256(MAGIC_ENUM_V)
|
||||
|
||||
if constexpr ((I + 256) < Size) {
|
||||
valid_count<E, S, Size, Min, I + 256>(valid, count);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue