10 Aug
2005
10 Aug
'05
7:42 a.m.
Robert Ramey wrote:
A very small observation on your code:
#include <vector> // note this is superflous - but harmless #include
// as the above is included by this module
But this is assuming we know what headers other headers include. Yes you can find out by examining those headers, but you can't tell just from the name so I don't believe it should be regarded as superfluous. Cheers Russell