Murad Nayal <murad@godel.bioc.columbia.edu> writes:
> you just need to add a header file that contains elements of the C++
> standard library defined in std. not all C++ standard library that comes
> with the SGI C++ compiler are in defined in std. for example iostream
> stuff are not in std. however string is. so just include the string
> header file in the program.
You realize, of course, that we don't want to depend on <string>
being there either ;-)
But I suppose we could swap the order of the tests, and then
include <string> into the namespace test if we've found it.
Will do...
regards, tom lane