[libcxx-commits] [libcxx] [libc++] Use std::to_chars to format thread::id and canonicalize the representation across platforms (PR #181624)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 6 09:59:27 PST 2026


================
@@ -147,10 +147,15 @@ operator<<(basic_ostream<_CharT, _Traits>& __os, __thread_id __id) {
   // use a temporary stream instead and just output the thread
   // id representation as a string.
----------------
ldionne wrote:

This part of the comment needs to be updated.

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


More information about the libcxx-commits mailing list