On Tue, 14 May 2002, mik wrote:
Look out with that. If you change your C++ compiler, chances are big you'll have to recompile all your C++-related libraries.
This is really one of the main problems with C++, keeping it portable over several compilers, thats why I think it is preferable not to use advanced C++ features. I know that C++ geeks would not agree with that attitude, because its fun using the advanced stuff..
Guenter