diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-04-20 09:05:12 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-04-23 09:32:25 +0200 |
| commit | 74f7b1273c41892058fb2ff99aab878ccd22082a (patch) | |
| tree | 03e599adb2e5a70f2d85ff0927fdbe372ec7b7c9 /src/test/dbwrapper_tests.cpp | |
| parent | Merge #7787: [Moveonly] Create ui_interface.cpp (diff) | |
| download | discoin-74f7b1273c41892058fb2ff99aab878ccd22082a.tar.xz discoin-74f7b1273c41892058fb2ff99aab878ccd22082a.zip | |
dbwrapper: Remove throw keywords in function signatures
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.
Diffstat (limited to 'src/test/dbwrapper_tests.cpp')
0 files changed, 0 insertions, 0 deletions