================
@@ -183,31 +183,40 @@ template <class _CharT, class _Traits, class _Allocator> 
class basic_string {
     };
   };
 
+#if COMPRESSED_PAIR_REV == 0
   std::__lldb::__compressed_pair<__rep, allocator_type> __r_;
+#define __R_ __r_
----------------
Michael137 wrote:

Probably more readable if I just replaced all the `__r_.first().XXX` accesses 
with calls to `setXXX` or something

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

Reply via email to