https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113327

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2025-03-12
     Ever confirmed|0                           |1

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Libc++ compares the supplied duration to a floating-point duration and if it's
larger than nanoseconds::max() it just sleeps for nanoseconds::max(). We should
do something similar.

Reply via email to