mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* Replace obsolete `throw()` with `noexcept` http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0003r4.html * Avoid deprecated tempfile.mktemp https://docs.python.org/3/library/tempfile.html#deprecated-functions-and-variables * Fix "warning: control reaches end of non-void function"