Update pugixml.hpp

This commit is contained in:
halx99 2021-09-30 11:30:17 +08:00 committed by GitHub
parent bffbcfddd3
commit dbced76d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,7 +262,7 @@ namespace pugi {
namespace std {
template <typename Ch, typename Tr>
struct hash< ::pugi::basic_string_view<Ch, Tr> > : ::pugi::basic_string_view_hash<Ch, Tr> {};
struct hash<pugi::basic_string_view<Ch, Tr> > : pugi::basic_string_view_hash<Ch, Tr> {};
} // namespace std
namespace pugi {