[Bug c++/11158] Annoying warning message

pinskia@physics.uc.edu gcc-bugzilla@gcc.gnu.org
Wed Jun 11 18:52: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=11158


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia@physics.uc.edu  2003-06-11 18:52 -------
Yes it does make sense because according to the C++ standard, it does not know if 
std::vector<T>::iterator is really a type because of the template (and because you can still 
overload the class for a certain T and have iterator be a `static int') and a future version of 
gcc (3.4) will not compile this code.



More information about the Gcc-bugs mailing list