================
@@ -77,7 +89,12 @@ template <class _CharT, class _Traits, class _Allocator> 
class basic_string {
     };
 #else // !SUBCLASS_PADDING
 
+#ifdef UB_PADDING
     unsigned char __padding[sizeof(value_type) - 1];
----------------
Michael137 wrote:

Good point! I'll rename it to `NON_STANDARD_PADDING`

https://github.com/llvm/llvm-project/pull/108375
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to