Jo Dillon writes:
 > Christian Boos ([EMAIL PROTECTED]) spake thusly:
 > > In the first case, I'll stand on my position that the std:: prefix is
 > > useless.
 > > If the second case is true, then perhaps we could do a
 > > global "using namespace std" in a key header file of ours.
 > > I don't think this will raise problems, as we already use STL in many
 > > places, and given that KDE apps are also likely to use STL...
 > 
 >   Put Harmony in the standard template library namespace? No way! Bad!
 > No cookie!

No!!! Simply "open" the std:: namespace (with a using directive). 
This is completely different from adding things in the std:: namespace
(which you do with "namespace std { ... you stuff ... }" and which is 
really bad practice).

Reply via email to