]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Upstream libc++ added a using ::timespec_get line, when in C++17 or
authordim <dim@FreeBSD.org>
Fri, 10 Aug 2018 21:40:28 +0000 (21:40 +0000)
committerdim <dim@FreeBSD.org>
Fri, 10 Aug 2018 21:40:28 +0000 (21:40 +0000)
commitbfe5cb5951bac5e8544c605a4cab88de0018d24f
treef0a78d195c8e6c8652ab804e658729b801acd136
parentc9a28cb1d8daf980a4bc24e280e1f79817c962cc
Upstream libc++ added a using ::timespec_get line, when in C++17 or
higher mode, in <https://reviews.llvm.org/rL338419>.  Since we do not
yet have this C11 function, comment out the line for now, as a
workaround for a number of failing ports.  Discussion with upstream is
ongoing about an acceptable permanent fix.

PR: 230400
Reported by: jbeich
contrib/libc++/include/ctime