> > Hi, > > Will g++ ever add a compile time enforcement of the exception > specification like the Java compiler does? > > I find the exception specification almost useless with out this > functionality.
The C++ standard ( 15.4/10) is very specific that the implemantion should not reject code just because of exception specification and calling other functions. -- pinski