[libcxx-commits] [PATCH] D153336: [libc++] Fixes thread::id's operator<<.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 13 09:55:14 PDT 2023


Mordante marked 2 inline comments as done.
Mordante added a comment.

In D153336#4490426 <https://reviews.llvm.org/D153336#4490426>, @ldionne wrote:

> Thanks for fixing this! LGTM w/ comments applied and green CI. Also make sure to rebase cause I made some changes to `__thread/`.

The rebase when smooth not git issues, however is it intended that `thread::id`'s `operator<<` is moved to the `id.h` header?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153336/new/

https://reviews.llvm.org/D153336



More information about the libcxx-commits mailing list