vbvictor wrote: > How about custom classes like `StringRef` in LLVM?
Yes, we should add option `ReplacementStringViewClass` for users to specify a custom pre C++-17 class for string_view. It could be `boost::string_view` also, which could be used extensively in pre C++-17 codebases. https://github.com/llvm/llvm-project/pull/172170 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
