[Openmp-commits] [openmp] [libomp] Add kmp_str_ref (ADT 1/2) (PR #176162)
Michael Kruse via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jun 11 08:26:11 PDT 2026
================
----------------
Meinersbur wrote:
Would it be a problem to implement the functionality of `std::string_view` directly. It's just a `void*` and `length` member. I don't think using `std::string_view` is worth the risk of trouble with `-nostdlib++` and libstdc++/libc++ conflicts.
https://github.com/llvm/llvm-project/pull/176162
More information about the Openmp-commits
mailing list