It is not a bug. It's a compiler error due to badly written code. You need to know that iostream is a standard header and therefore is located in the standard compiler include path and that cout is included in the std namespace.
Why not try to learn the fundamentals before claiming a compiler error is a bug? -- Compilation on g++ at the library Iostream.h https://bugs.launchpad.net/bugs/300875 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
