[libcxx-commits] [PATCH] D108576: [libc++] Unconditionally provide the open-with-wchar_t extension

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 5 11:55:29 PDT 2021


ldionne abandoned this revision.
ldionne added a comment.

Turns out this was a bit naive, `_wfopen` isn't provided outside of Windows so we can't implement this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108576



More information about the libcxx-commits mailing list