CC compiler with C++ STL
[code]Dear all:
I am using CC compiler to compile a program written in C++ using STL
on the Solaris platform. So far I haven't got it work yet. What is bothering
me is the warning messages which I am not sure the cause of the
problem or not. I would appreciate if any of the people here can provide some guidance.
Lu
Warning messages followed:
"/opt/SUNWspro/WS6U2/include/CC/Cstd/./ios", line 148: Warning: std::basic_ios<char, std::char_traits><char>>::copyfmt hides the function std::ios_base::copyfmt(const std::ios_base&).
"/opt/SUNWspro/WS6U2/include/CC/Cstd/./ostream", line 73:Where: While specializing "std::basic_ios<char, std::char_traits><char>>".
"/opt/SUNWspro/WS6U2/include/CC/Cstd/./ostream", line 73:Where: Specialized in std::basic_ostream<char, std::char_traits><char>>.
"/opt/SUNWspro/WS6U2/include/CC/Cstd/./ostream", line 363:Where: Specialized in non-template code.
"/opt/SUNWspro/WS6U2/include/CC/Cstd/./ios", line 148: Warning: std::basic_ios<wchar_t, std::char_traits><wchar_t>>::copyfmt hides the function std::ios_base::copyfmt(const std::ios_base&).
"/opt/SUNWspro/WS6U2/include/CC/Cstd/./ostream", line 73:Where: While specializing "std::basic_ios<wchar_t, std::char_traits><wchar_t>>".
"/opt/SUNWspro/WS6U2/include/CC/Cstd/./ostream", line 73:Where: Specialized in std::basic_ostream<wchar_t, std::char_traits><wchar_t>>.
"/opt/SUNWspro/WS6U2/include/CC/Cstd/./ostream", line 366:Where: Specialized in non-template code.[/code]

