<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 - thread:370:65: error: operator '||' has no right operand"
   href="https://bugs.llvm.org/show_bug.cgi?id=46760">bug 46760</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;">Fixed By Commit(s)</td>
           <td>
                
           </td>
           <td>9f4022ffeb20eff91c7461828592dc812ee5a28e
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>ldionne@apple.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - thread:370:65: error: operator '||' has no right operand"
   href="https://bugs.llvm.org/show_bug.cgi?id=46760#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - thread:370:65: error: operator '||' has no right operand"
   href="https://bugs.llvm.org/show_bug.cgi?id=46760">bug 46760</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>I believe this was fixed by

commit 9f4022ffeb20eff91c7461828592dc812ee5a28e
Author: Joerg Sonnenberger <<a href="mailto:joerg@bec.de">joerg@bec.de</a>>
Date:   Thu Feb 18 15:15:53 2021 +0100

    [libc++] Avoid <climits> dependency in <thread>

    The standard guarantees sleep durations of 2^63-1 nanoseconds to work.
    Instead of depending on INT64_MAX or ULONGLONG_MAX to exist via the
    header pollution, fold the constant directly. That has the additional
    positive side effect that it avoids long double arithmetic bugs in GCC.

    Differential Revision: <a href="https://reviews.llvm.org/D99516">https://reviews.llvm.org/D99516</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>