used ENUM_CLASS_RANGE at UnicodeBlocks

This commit is contained in:
2022-02-18 19:05:16 +08:00
parent 9a2368d749
commit 53449b1d4c

View File

@@ -323,9 +323,7 @@ namespace hgl
Error=0xFFFF,
BEGIN_RANGE =basic_latin,
END_RANGE =supplementary_private_use_area_b,
RANGE_SIZE =(END_RANGE-BEGIN_RANGE+1),
ENUM_CLASS_RANGE(basic_latin,supplementary_private_use_area_b)
};//
/**