1
0
Fork 0
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:
Daniil Goncharov 2023-05-24 19:05:20 +04:00 committed by GitHub
parent fba99305d2
commit 8f6c9905fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 190 additions and 22 deletions

View file

@ -447,7 +447,6 @@ TEST_CASE("enum_count") {
constexpr auto s6 = enum_count<MaxUsedAsInvalid>();
REQUIRE(s6 == 2);
}
enum lt1 { s1, loooooooooooooooooooong1 };