<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ldionne@apple.com" title="Louis Dionne <ldionne@apple.com>"> <span class="fn">Louis Dionne</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [regression] std::array<int, 0>::begin() should be constexpr but isn't"
   href="https://bugs.llvm.org/show_bug.cgi?id=40124">bug 40124</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [regression] std::array<int, 0>::begin() should be constexpr but isn't"
   href="https://bugs.llvm.org/show_bug.cgi?id=40124#c23">Comment # 23</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [regression] std::array<int, 0>::begin() should be constexpr but isn't"
   href="https://bugs.llvm.org/show_bug.cgi?id=40124">bug 40124</a>
              from <span class="vcard"><a class="email" href="mailto:ldionne@apple.com" title="Louis Dionne <ldionne@apple.com>"> <span class="fn">Louis Dionne</span></a>
</span></b>
        <pre>This should be fixed by:

    commit 77b9abfc8e89ca627e4f9a1cc206bea131db6db1
    Author: Louis Dionne <<a href="mailto:ldionne@apple.com">ldionne@apple.com</a>>
    Date:   Fri May 22 09:59:48 2020 -0400

        [libc++] Complete overhaul of constexpr support in std::array

        This commit adds missing support for constexpr in std::array under all
        standard modes up to and including C++20. It also transforms the
<array>
        tests to check for constexpr-friendliness under the right standard
modes.

        Fixes <a href="https://llvm.org/PR40124">https://llvm.org/PR40124</a>
        Fixes rdar://57522096
        Supersedes <a href="https://reviews.llvm.org/D60666">https://reviews.llvm.org/D60666</a>

        Differential Revision: <a href="https://reviews.llvm.org/D80452">https://reviews.llvm.org/D80452</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>