26 Feb
2009
26 Feb
'09
9:31 a.m.
Or are we going to run into trouble because another std header might include the compiler's tr1 stuff again?
Yes, for example there are TR1 components in existing C++ std lib headers such as <utility> <cmath> etc. So there's no mechanism by which we can avoid including the vendors version if it's available. John.