I have a function in my namespace ns that helps me print STL containers. For example:
ns
template std::ostream& operator<
You can try something like this:
namespace boost // or __gnu_cxx { using np::operator<<; } #include