Re: [cfe-users] When did Clang provide C++11 mutex?

2016-06-07 Thread Jeffrey Walton via cfe-users
>> I'm having trouble determining feature availability at compile time. >> We don't use Autotools and friends; rather, we use the preprocessor. >> >> I've been through the release notes from 2.8 through 3.5 (form: ), and >> I can't find mention of mutex. Whoops... here was the form: http://llvm.or

Re: [cfe-users] When did Clang provide C++11 mutex?

2016-06-07 Thread Csaba Raduly via cfe-users
Hi Jeffrey, On Mon, Jun 6, 2016 at 12:16 PM, Jeffrey Walton via cfe-users wrote: > I'm having trouble determining feature availability at compile time. > We don't use Autotools and friends; rather, we use the preprocessor. > > I've been through the release notes from 2.8 through 3.5 (form: ), and