commit | c1aaf8ebb731e72ab1d293e49557b98cb2ad2f02 | [log] [tgz] |
---|---|---|
author | Richard Smith <[email protected]> | Tue Apr 24 20:33:37 2018 |
committer | Richard Smith <[email protected]> | Tue Apr 24 20:33:37 2018 |
tree | d833f116c63fb7ffa0100d2d3d351d8f1863f651 | |
parent | 7e1c3345a058bcb12f05e4782ea9d41b306e853d [diff] |
Remove 'noexcept's that do not match between header and source file. This code is ill-formed, but under -fno-exceptions compilers generally accept it (at least, prior to C++17). This allows this code to be built by Clang in C++17 mode. llvm-svn: 330765