Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> mmm...I want to do that...but so far I have not dared.
| Lars> Eventually "using" should not be used in headers at all, and as
| Lars> little as possible in filescope.
|
| You mean we'll be forced to add std:: in front of all STL identifiers?
| Yuck.
No, but when I have a small func it is much more convenient to use the
std:: prefix.
For longer funcs and inline code in headers "using" should be used in
the function body.
Only as an exception should a "using" be used at filescope.
(and never in headers)
Lgb