* Adhemerval Zanella Netto: >> (Who decided __THROW means "doesn't throw" ?) > > That is an excellent question... It stands for throw(), the old version of the C++ noexcept specifier which could also contain an explicit exception list. Thanks, Florian