mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-16 14:09:02 +07:00
remove fully dynamic less and equal uvalue's operators
This commit is contained in:
@@ -51,9 +51,6 @@ TEST_CASE("meta/meta_examples/enum/usage") {
|
||||
// converts the enumerator to its name
|
||||
CHECK(align_type.value_to_name(e) == "center");
|
||||
|
||||
// also, it works with dynamic value types
|
||||
CHECK(align_type.value_to_name(meta::uvalue{e}) == "center");
|
||||
|
||||
// ... and back again
|
||||
CHECK(align_type.name_to_value("center") == e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user