mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 16:56:42 +08:00
Remove stray comment
[skip ci]
This commit is contained in:
parent
f626bcde1a
commit
b838852ff4
1
enum.h
1
enum.h
@ -1198,7 +1198,6 @@ struct map_compare<const char*> {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// chenyao add
|
|
||||||
template <>
|
template <>
|
||||||
struct map_compare<const wchar_t*> {
|
struct map_compare<const wchar_t*> {
|
||||||
BETTER_ENUMS_CONSTEXPR_ static bool less(const wchar_t *a, const wchar_t *b)
|
BETTER_ENUMS_CONSTEXPR_ static bool less(const wchar_t *a, const wchar_t *b)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user