Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use |noexcept| instead of an exception-specification in mozalloc.h | trav90 | 2018-03-04 |
| | | | | 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. | ||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |