Unhandled exception when trying to use std::shared_ptr with custom deleter in C++14
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-11
c++ shared-ptr memory-management custom-deleter
I'm encountering an unhandled exception when trying to use `std::shared_ptr` with a custom deleter in my C++14 project. The goal is to manage dynamic memory for...