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 comes since maybe 4.1 with GCC. But I don't know how much these TR1 implementations have changed. We could try it for older GCCs too, but I don't know what will happen. But I assume we will have some problems with Apple's GCCs when we reach the version which enables also TR1 for this compiler. Peter
