Let me know if this patch is along the right lines. If so, I'll finish it up and put it on phab. experimental/filesystem/path.cpp doesn't compile, since experimental/filesystem uses things like operator+=(string, string_view) extensively. But I'd like an early opinion on the approach before I dig in. In string, the only function that needed to be rewritten was string::compare(size, size, string, size, size). I'm nervous that filesystem will be a bigger job. |
avoid-string-view-in-cxx14.patch
Description: Binary data
|
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits