[libcxx-commits] [PATCH] D151493: [libcxx] Handle windows system error code mapping in std::error_code.

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 15 10:26:02 PDT 2023


philnik added a comment.

In D151493#4425263 <https://reviews.llvm.org/D151493#4425263>, @jyknight wrote:

> In D151493#4373925 <https://reviews.llvm.org/D151493#4373925>, @philnik wrote:
>
>> Could you split the NFC changes into a separate patch?
>
> I haven't done this, because I'm not sure which changes you're referring to -- I don't think there's any separable NFC changes here.

For example, moving `__win_err_to_errc` is NFC AFAICT.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151493



More information about the libcxx-commits mailing list