[libcxx-commits] [PATCH] D141779: [libc++][PSTL] Copy the headers into libc++

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 21 13:17:21 PDT 2023


philnik added a comment.

In D141779#4210839 <https://reviews.llvm.org/D141779#4210839>, @Mordante wrote:

> Not an issue for this patch series, but I wonder how we can properly sync with upstream. We've inherited the ryu algorithm for `to_chars` but we don't sync up with upstream MSVC STL or Ulf's GitHub.

Since we own both `libcxx/` and `pstl/` it should be almost trivial to sync them. We have to review the PSTL patches anyways, so we just have to remember to make a follow-up patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141779



More information about the libcxx-commits mailing list