Skip to content

Commit

Permalink
Remove superfluous semicolon (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaceTheMaSe authored Oct 18, 2023
1 parent a7926c6 commit 49bb72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/magic_enum.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 49bb72d

Please sign in to comment.