mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-26 21:04:25 +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.