================
@@ -0,0 +1,4 @@
+CXX_SOURCES := main.cpp
+
+CXXFLAGS_EXTRAS := -std=c++20 -O0
----------------
Nerixyz wrote:

[`char8_t`](https://en.cppreference.com/w/cpp/keyword/char8_t.html) was added 
in C++ 20, so `std::u8string` is only available there.

https://github.com/llvm/llvm-project/pull/143177
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to