[PATCH] D12299: [libcxx] ABI-Breaking Fix for ALL undefined behavior in <list>.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 11 12:33:37 PST 2015


EricWF added inline comments.

================
Comment at: include/list:198
@@ +197,3 @@
+        __node_pointer;
+    __node_base_pointer __prev_;
+    __node_base_pointer __next_;
----------------
Possible ABI break here.


http://reviews.llvm.org/D12299





More information about the cfe-commits mailing list