Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warn if PUGIXML_STRING_VIEW is set without CMAKE_CXX_STANDARD (#638)
Even if the compiler supports C++17, we define CMAKE_CXX_STANDARD as 11 by default which implicitly disables string_view support; for now warn in this case.
- Loading branch information