[Bug c++/32740] parser error when passing the template arg to STL

2007-07-12 Thread raviprakashg at hotmail dot com
--- Comment #2 from raviprakashg at hotmail dot com 2007-07-12 15:59 --- Thank you. -- raviprakashg at hotmail dot com changed: What|Removed |Added Status|RE

[Bug c++/32740] parser error when passing the template arg to STL

2007-07-12 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-07-12 15:48 --- >std::vector::const_iterator You forgot the typename keyword. See http://gcc.gnu.org/gcc-3.4/changes.html. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added