mirror of https://github.com/roytam1/UXP
We are using |throw(std::bad_alloc)|, but dynamic exception specifications have been deprecated in C++11. The C++11 equivalent is |noexcept(false)|. This causes build warning spam when using newer compilers such as GCC 7.x.pull/1/head
parent
12bd9bbfe4
commit
cad73db0f2
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue