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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 6 17:32:11 PDT 2023


philnik added a comment.

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.


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