[ML] Remove noexcept(false).
Stating noexcept(false) is equivalent to no exception specifier. See par. 15.4 Exception specification. This also fixes compilation on windows #441.
Loading
Please register or sign in to comment
Stating noexcept(false) is equivalent to no exception specifier. See par. 15.4 Exception specification. This also fixes compilation on windows #441.