When I compile my C++ source code, I am getting hundreds of following
warning.
"/opt/SUNWspro/WS6U1/include/CC/Cstd/./ios", line 148: Warning:
std::basic_ios< char, std::char_trait s<char>>::copyf mt hides the
function std::ios_base:: copyfmt(const std::ios_base&) .
I understand that, this is a design flaw in Sun C++ compiler
implementation.
Here is the compiler installed in my machine:
$ pkginfo SPROcpl
application SPROcpl Sun WorkShop 6 update 1 Compiler C++
Here is the OS info:
$ uname -a
SunOS blrsn62 5.8 Generic_108528-03 sun4u sparc SUNW,Ultra-60
Does anybody know whether these errors are fixed and in which version
?
warning.
"/opt/SUNWspro/WS6U1/include/CC/Cstd/./ios", line 148: Warning:
std::basic_ios< char, std::char_trait s<char>>::copyf mt hides the
function std::ios_base:: copyfmt(const std::ios_base&) .
I understand that, this is a design flaw in Sun C++ compiler
implementation.
Here is the compiler installed in my machine:
$ pkginfo SPROcpl
application SPROcpl Sun WorkShop 6 update 1 Compiler C++
Here is the OS info:
$ uname -a
SunOS blrsn62 5.8 Generic_108528-03 sun4u sparc SUNW,Ultra-60
Does anybody know whether these errors are fixed and in which version
?
Comment