Код: Выделить всё
#include
#include
int main() {
try {
throw std::runtime_error("blah");
} catch (const std::exception& e) {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79224819/addresssanitizer-alloc-dealloc-mismatch-operator-new-vs-free-on-exception[/url]