From dbced76d857ea84be5159d9805290cc5b2ae561b Mon Sep 17 00:00:00 2001 From: halx99 Date: Thu, 30 Sep 2021 11:30:17 +0800 Subject: [PATCH] Update pugixml.hpp --- src/pugixml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pugixml.hpp b/src/pugixml.hpp index b9b2c72..62052f6 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -262,7 +262,7 @@ namespace pugi { namespace std { template - struct hash< ::pugi::basic_string_view > : ::pugi::basic_string_view_hash {}; + struct hash > : pugi::basic_string_view_hash {}; } // namespace std namespace pugi {