[llvm-bugs] [Bug 38220] timespec should be in the std namespace

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 31 12:26:52 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=38220

Marshall Clow (home) <mclow.lists at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #6 from Marshall Clow (home) <mclow.lists at gmail.com> ---
Fixed in revision 338419.
THere's more of P0063 to come, but the timespec, timespec_get, and TIME_UTC
should be available now. 

Note that these depend on the underlying C library having them. On MacOS and
iOS, the underlying C library (libc) does not have these calls, so libc++ will
not provide them.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180731/a5f06115/attachment.html>


More information about the llvm-bugs mailing list