svn commit: r337593 - projects/clang700-import/contrib/libc++/include
Kyle Evans
kevans at freebsd.org
Fri Aug 10 21:44:53 UTC 2018
On Fri, Aug 10, 2018 at 4:43 PM, Kyle Evans <kevans at freebsd.org> wrote:
> On Fri, Aug 10, 2018 at 4:40 PM, Dimitry Andric <dim at freebsd.org> wrote:
>> Author: dim
>> Date: Fri Aug 10 21:40:28 2018
>> New Revision: 337593
>> URL: https://svnweb.freebsd.org/changeset/base/337593
>>
>> Log:
>> 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
>>
>
> Is the timespec_get that got added in r337576 just today not suitable for this?
>
> Thanks,
>
> Kyle Evans
Ah, failure to read the mentioned PR... please disregard.
More information about the svn-src-projects
mailing list