Remove IMPLEMENT_TYPESAFE_ENUM

This commit is contained in:
2022-04-09 18:06:24 +02:00
parent 64177ba5fe
commit 19f270489c

View File

@ -45,5 +45,3 @@
using TheEnum = Name; \
Values(DECLARE_TYPESAFE_ENUM_HELPER4) \
}
#define IMPLEMENT_TYPESAFE_ENUM(Name, Derivation, Values)