Refs #2662 (applied to trunk.)

[SVN r51516]
This commit is contained in:
Peter Dimov
2009-03-01 17:27:35 +00:00
parent eb0ff40d62
commit ed32efcc51

View File

@ -60,6 +60,11 @@ public:
{ {
} }
// optimization: do not copy storage_
sp_ms_deleter( sp_ms_deleter const & ): initialized_( false )
{
}
~sp_ms_deleter() ~sp_ms_deleter()
{ {
destroy(); destroy();