[v3] c++0x <mutex> and <condition_variable>
Paolo Carlini
paolo.carlini@oracle.com
Wed Sep 3 22:31:00 GMT 2008
Andreas Tobler wrote:
> Paolo Carlini wrote:
>> Chris Fairles wrote:
>>> Missed a few explicit bool casts.
>>>
>> Committed after a multilib build on x86_64-linux.
> Breaks bootstrap on *-*-darwin*.
Sorry Andreas. I'm committing the below should be enough to restore
bootstrap on darwin (actually, earlier today wanted to regtest on darwin
too, but bootstrap was broken for other reasons ;)
Anyway, Chris, I confirm that we need something more fine-grained on the
library side, disabling only the features relying on _POSIX_TIMERS.
Better would be allowing also for the cases of _POSIX_TIMERS == 0 and
then check at run-time if the feature is actually available, per the
usual Posix rules.
Paolo.
//////////////////
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CL
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20080903/63e7e13e/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patchlet
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20080903/63e7e13e/attachment-0001.ksh>
More information about the Libstdc++
mailing list