mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
Enable wchar_t as string_view value_type (#272)
This commit is contained in:
parent
fba99305d2
commit
8f6c9905fd
5 changed files with 190 additions and 22 deletions
|
|
@ -447,7 +447,6 @@ TEST_CASE("enum_count") {
|
|||
|
||||
constexpr auto s6 = enum_count<MaxUsedAsInvalid>();
|
||||
REQUIRE(s6 == 2);
|
||||
|
||||
}
|
||||
|
||||
enum lt1 { s1, loooooooooooooooooooong1 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue