[LLVMbugs] [Bug 20749] libc++ assumes too much about pthread_t
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Sep 4 07:45:02 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20749
Marshall Clow (home) <mclow.lists at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #10 from Marshall Clow (home) <mclow.lists at gmail.com> ---
Closing this bug.
Strictly speaking, a C++ library that uses pthreads *has* to use non-portable
methods; the C++ standard requires features that are not in the pthreads
specification.
Down the road, the implementation in libc++ may have to change to work with
other pthread implementations, but better there than in client code.
--
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/20140904/7aaff715/attachment.html>
More information about the llvm-bugs
mailing list