[PATCH] D59607: libc++/win: Make once_flag have the same size as a pointer

Eric Fiselier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 13:41:47 PDT 2019


EricWF added inline comments.


================
Comment at: libcxx/include/mutex:579
 
+#if defined(_LIBCPP_ABI_MICROSOFT) || defined(_LIBCPP_ABI_UNSTABLE)
+   typedef uintptr_t _State_type;
----------------
I don't see value changing this in the unstable ABI. 


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

https://reviews.llvm.org/D59607





More information about the llvm-commits mailing list