[libcxx-commits] [libcxx] Make __libcpp_verbose_abort() noexcept like std::terminate() (PR #109151)
Doug Wyatt via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Oct 5 14:55:52 PDT 2024
dougsonos wrote:
I should have trusted the CI and seen this error!
```
# | /home/runner/_work/llvm-project/llvm-project/libcxx/test/libcxx/assertions/customize_verbose_abort.link-time.pass.cpp:18:52: error: expected function body after function declarator
# | 18 | void std::__libcpp_verbose_abort(char const*, ...) noexcept { std::exit(EXIT_SUCCESS); }
# | | ^
# | 1 error generated.
```
https://github.com/llvm/llvm-project/pull/109151
More information about the libcxx-commits
mailing list