[libcxx-commits] [PATCH] D96523: [libc++] Rewrite the tuple constructors to be strictly Standards conforming

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 30 12:56:09 PDT 2021


ldionne added a comment.

This is the fix for the `constexpr` issue:

  commit 3b8ab30ed526b15c3f82c61bb9476606db6f1630
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   Fri Apr 30 15:52:26 2021 -0400
  
      [libc++] Fix constexpr-ness of std::tuple's constructor
  
      Mentioned in https://reviews.llvm.org/D96523.

I'm also going to overhaul all the tests as a follow-up, but I wanted to get the fix out the door ASAP.

Now I'll look into the recursion depth issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96523



More information about the libcxx-commits mailing list