[Lldb-commits] [lldb] [lldb] Disable warning about codecvt_utf8 deprecation (NFC) (PR #112446)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 16 10:08:42 PDT 2024


JDevlieghere wrote:

> [this](https://godbolt.org/z/4WsnMvz5G) _might_ be a non-deprecated way of achieving this, though I'm not entirely sure about its portability (windows is the main question, but I guess we don't use editline there anyway). I don't think you have to do that, but it is an option.

Thanks, I see you did something similar in `Editline::CompleteCharacter`. Let me know if https://github.com/llvm/llvm-project/pull/112582 matches what you had in mind. 

https://github.com/llvm/llvm-project/pull/112446


More information about the lldb-commits mailing list