mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
cad73db0f2
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.