Browse Source
Using throw() specifications in function signatures is not only not required in C++, it is considered deprecated for [various reasons](https://stackoverflow.com/questions/1055387/throw-keyword-in-functions-signature). It is not implemented by any of the common C++ compilers. The usage is also inconsistent with the rest of the source code.0.13
Wladimir J. van der Laan
9 years ago
2 changed files with 9 additions and 9 deletions
Loading…
Reference in new issue