[cfe-dev] Support for C++0x std::thread, std::mutex and std::condition_variable
Douglas Gregor
dgregor at apple.com
Thu Oct 13 10:49:51 PDT 2011
On Oct 13, 2011, at 10:23 AM, Jean-Sebastien Delfino wrote:
> Hi,
>
> Do Clang 2.1 / llvm 3.0 and clib++ on Mac OS X support the C++0x std::thread, std::mutex and std::condition_variable?
Generally, questions about Apple's compiler offerings should go to Apple's developer forums.
That said. libc++ does support C++0x's std::thread, std::mutex, and std::condition_variable. It is available with the Apple LLVM Compiler 3.0, but not 2.1.
- Doug
More information about the cfe-dev
mailing list