HomePhabricator

dbwrapper: Remove throw keywords in function signatures
74f7b1273c41Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

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.
It is not implemented by any of the common C++ compilers. The usage is
also inconsistent with the rest of the source code.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Apr 20 2016, 07:05
deadalnixPushed on May 14 2017, 22:04
Parents
rABC04a29373571d: Merge #7787: [Moveonly] Create ui_interface.cpp
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABC74f7b1273c41: dbwrapper: Remove throw keywords in function signatures (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Apr 23 2016, 07:32