Re: TR1 with GCC >= 4.4

2010-06-05 Thread Peter Kümmel
Am Samstag, den 05.06.2010, 14:17 +0200 schrieb Pavel Sanda: > Peter Kümmel wrote: > > I've enabled the usage of TR1 code for bind and shared_ptr > > when at least GCC 4.4 is used. > > is there some reason for 4.4 and not also 4.3 for example? No, no special reason. But I only have 4.4 here. TR1

Re: TR1 with GCC >= 4.4

2010-06-05 Thread Pavel Sanda
Peter Kümmel wrote: > I've enabled the usage of TR1 code for bind and shared_ptr > when at least GCC 4.4 is used. is there some reason for 4.4 and not also 4.3 for example? pavel

TR1 with GCC >= 4.4

2010-06-05 Thread Peter Kümmel
I've enabled the usage of TR1 code for bind and shared_ptr when at least GCC 4.4 is used. Not including boost headers has the side effect that less std headers are included and at some places std symbols then are unknown. To fix these errors please include the corresponding std headers. I could