C++17 removed exception specifications from the language, and gcc 7 warns about them even in C++14 mode. Remove them from the code base.
C++17 removed exception specifications from the language, and gcc 7 warns about them even in C++14 mode. Remove them from the code base.