Files
boost-ci/test/test.cpp
Alexander Grund ad98a10a48 Add some example throwing and catching an exception
In other repos Clang 14 with libc++ reports an ASAN failure:
> AddressSanitizer: alloc-dealloc-mismatch

- `free` in std::range_error::~range_error() (/lib/x86_64-linux-gnu/libc++abi.so.1...)
- Allocated by `new` in std::runtime_error::runtime_error(std::__1::basic_string<...> const&) (/lib/x86_64-linux-gnu/libc++.so.1...)
2022-06-05 19:52:23 +02:00

1.1 KiB