I have next code:
#include #include #include #include //namespace std //{ std::ostream&
I'd just like to point out that adding things to the std:: namespace is illegal according to the C++ Standard (see section 17.4.3.1).