[libcxx-commits] [PATCH] D132509: [libc++] Use _Lazy in tuple constructors

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 19 12:12:04 PDT 2023


ldionne marked 3 inline comments as done.
ldionne added inline comments.


================
Comment at: libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/recursion_depth.pass.cpp:30
+  swap(t3, t4);                     // swap
+  // equality (t3 == t4) does not work
 }
----------------
huixie90 wrote:
> Why does `t3 == t4` not work?
> 
We seem to blow the constexpr stack. I suggest not trying to fix that in this patch in order to land this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132509



More information about the libcxx-commits mailing list