Subject: Re: [Boost-users] [shared_ptr] deleter that destroys shared_ptr - is it safe?
From: Igor R (boost.lists_at_[hidden])
Date: 2009-09-09 04:12:00


Well, I found the relevant info in the standard:
http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1745.pdf
2.2.3.4

So the MSVC implementation should be considered as a bug.