Remove stray comment

[skip ci]
This commit is contained in:
Anton Bachin 2019-04-02 09:47:53 -05:00
parent f626bcde1a
commit b838852ff4

1
enum.h
View File

@ -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)