[v3] mutex vs. cstdatomic

Benjamin Kosnik bkoz@redhat.com
Sat Dec 13 07:28:00 GMT 2008


There appears to be an include ordering issue on darwin:

No joy:
#include "gstdint.h"
#include <cstdatomic>
#include <mutex>

OK:
#include "gstdint.h"
#include <mutex>
#include <cstdatomic>

Adjusting this allows bootstrap on darwin again. Sorry about this: I
thought I had tested this platform specifically before check-in, but
apparently not with the correct sources. 

tested x86_64/linux
tested darwin9.5.0/x86

-benjamin

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20081212-3.patch
Type: text/x-patch
Size: 1007 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20081213/e56c5c2d/attachment.bin>


More information about the Libstdc++ mailing list