================ @@ -9,15 +9,16 @@ #include <cstdio> #include <string.h> +#include <string> namespace absl { // Use const char * for the format since the real type is hard to mock up. ---------------- mikecrowe wrote:
It should really say `std::string_view`, but the same is true in other files which lack the comment, so I might as well remove it as you suggest. https://github.com/llvm/llvm-project/pull/142312 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits