mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
remove is_fixed_enum
non stable and useless
This commit is contained in:
parent
c947afdbae
commit
105c8f067e
4 changed files with 0 additions and 30 deletions
|
|
@ -453,13 +453,6 @@ TEST_CASE("type_traits") {
|
|||
REQUIRE(is_scoped_enum_v<Numbers>);
|
||||
REQUIRE_FALSE(is_scoped_enum_v<Directions>);
|
||||
REQUIRE_FALSE(is_scoped_enum_v<number>);
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER != 1923 // MSVC bug, we can not check is enum fixed
|
||||
REQUIRE(is_fixed_enum_v<Color>);
|
||||
REQUIRE(is_fixed_enum_v<Numbers>);
|
||||
REQUIRE_FALSE(is_fixed_enum_v<Directions>);
|
||||
REQUIRE(is_fixed_enum_v<number>);
|
||||
#endif
|
||||
}
|
||||
|
||||
TEST_CASE("enum_traits") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue