On 23/03/2011 14:33, Jonathan Wakely wrote:
>> MSVS uses 1.5x; GCC uses 2x. I'd say that's about half and half, until
>> people seriously start using comeau, clang or ICC in production.
>
> It's a property or the standard library, not compiler. Comeau and ICC
> don't have their own standard library, they generally use the native
> one from MSVC (i.e. Dinkumware) or GCC.
Indeed. I didn't realise that Comeau and ICC nicked GCC's or
Dinkumare's.
> Dinkumware: 1.5
> GCC: 2
> RW/Apache stdcxx: 1.618
> STLport: 2
Thanks for this. I was compiling a table but don't really
have to now.
Tom