[Bug c++/11463] bugging on this: "strheaders = new string[headers.size ()];"
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Wed Jul 9 17:17:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11463
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-09 17:17 -------
Just to tell you that the code is invalid c++ because string is no longer in the top level
namespace, string is now in the std namespace like any standard c++ compiler.
More information about the Gcc-bugs
mailing list