mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-14 01:47:55 +08:00
ca4f7cfecc
Instead of opting in std::string_view support via PUGIXML_STRING_VIEW define, always enable it when C++17 is supported; this still requires enabling C++17 support in the compiler, which this change doesn't attempt to do yet.