Remove string_span, recommend using `std::string_view`, `std:::span,<char>` or `gsl...
commit55bea2089b68d330e88e07a97f60b431ecde534c
authorHerb Sutter <herb.sutter@gmail.com>
Thu, 1 Oct 2020 18:23:58 +0000 (1 11:23 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Oct 2020 18:23:58 +0000 (1 11:23 -0700)
tree71e10c57ae6d050ceb8de81094f547a6917a85ae
parent146864fe89b7b9a1d8d93cb95499477bf61c7e43
Remove string_span, recommend using `std::string_view`, `std:::span,<char>` or `gsl::span<char>` instead (#1680)
CppCoreGuidelines.md