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

Ian Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 10 10:20:23 PDT 2023


iana added inline comments.


================
Comment at: libcxx/include/__mbstate_t.h:34
+// #ifdef __cplusplus
+// #  define __CORRECT_ISO_CPP_WCHAR_H_PROTO
+// #endif
----------------
Can we add a comment to say why we always define this, and not just if we're going to include_next wchar.h?


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