[PATCH] D32927: [libc++] Implement exception_ptr on Windows
Stephan T. Lavavej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 5 17:41:58 PDT 2017
STL_MSFT resigned from this revision.
STL_MSFT added inline comments.
================
Comment at: include/exception:192
+#endif
+ void* __ptr1_;
+ void* __ptr2_;
----------------
BillyONeal wrote:
> I hope you realize you are doing "evil" unsupported things :). (We won't go out of our way to break this, but if it does break we won't feel bad :P )
More specifically, while this will work with MSVC 2015/2017's msvcp140.dll, we've changed exception_ptr's separately compiled component in the next major binary-incompatible version of our STL.
https://reviews.llvm.org/D32927
More information about the cfe-commits
mailing list