> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Aaarggghhh!!! (do...redo...reredo...)
Somehow I knew you would not like this...
Lars> Ok, then I will remove all uses of "using ...;" from the .h
Lars> files, I'll leave them in the .C files.
That makes sense. In fact, gcc 2
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Lars,
|
| Sorry about what I wrote a few days ago: gcc 2.8.x happily compiles
| stuff like std::vector (and simply ignores them). It was gcc 2.7.x
| which did not.
Aaarggghhh!!!
(do...redo...reredo...)
Ok, then I will remove all uses of "usin
Lars,
Sorry about what I wrote a few days ago: gcc 2.8.x happily compiles
stuff like std::vector (and simply ignores them). It was gcc 2.7.x
which did not.
So you can do what you want with 'using' directive, since it seems
clear that gcc 2.7.x is not going to be supported again...
JMarc