Hi,
I'm trying to compile a C++ program on Solaris 2.10 with SUN CC5.5 latest patch level.
I'm facing an issue while compiling the following line.
std::string createString();
the error is
"Error: string is not a member of std."
Any idea how to solve this issue? Suggestions are greatly
appreciated.
Thanks
Chakra