Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`throw()` is deprecated and has been since C++11. Replace with `noexcept`.
- Loading branch information
`throw()` is deprecated and has been since C++11. Replace with `noexcept`.