Original Post
I've googled (and icerocketed) custom deallocators to parameterize shared_ptr, but I haven't found how to create one. Really, I just want a no-op deallocator to make shared_ptr not corrupt the heap when SDL_Quit and shared_ptr try to deallocate the same thing. Can anyone guide me to a better explanation of shared_ptr's custom deallocators? (Be gentle, I'm new to boost!)