[libcxx-commits] [PATCH] D150015: [libc++] Consistently enable __CORRECT_ISO_CPP_WCHAR_H_PROTO in mbstate.

Jordan Rupprecht via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 9 14:54:27 PDT 2023


rupprecht added a comment.

In D150015#4324668 <https://reviews.llvm.org/D150015#4324668>, @philnik wrote:

> IMO we should just `#include <wchar.h>` and `<uchar.h>` instead. That way we don't have to do anything funky in multiple headers. In fact, our `wchar.h` fixes up some interfaces for non-C++-friendly C libraries.

Updated the patch to do this instead. PTAL.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150015



More information about the libcxx-commits mailing list