[Bug c++/12483] iostream header file does not define cout

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Oct 1 21:30: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=12483


pinskia at gcc dot gnu dot org changed:

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


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-01 21:30 -------
Not a bug, cout is now in the std namespace (to be complaint with the C++98 standard), you 
either have to do "using namespace std;" or use std::cout.



More information about the Gcc-bugs mailing list