mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-26 12:41:06 +08:00
a0db6e2185
When PUGIXML_STRING_VIEW define is set and C++17 is available, add std::string_view support to a few functions. In the future, string view support will be enabled without the need for an extra define, but for now the support is opt-in to reduce compatibility risks. PR is based on initial contribution by @brandl-muc.