Closed Flamefire closed 2 years ago
Changes character_facet_type & locale_category_type to the enum classes char_facet_t & category_t This avoids a name clash with e.g. calendar_facet but is a breaking change
character_facet_type
locale_category_type
char_facet_t
category_t
calendar_facet
Merging #128 (b70e3a6) into develop (64ad69c) will decrease coverage by 0.57%. The diff coverage is 75.22%.
0.57%
75.22%
Changes
character_facet_type
&locale_category_type
to the enum classeschar_facet_t
&category_t
This avoids a name clash with e.g.calendar_facet
but is a breaking change