$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [smart_ptr][intrusive] boost::unique_ptr<>
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2014-05-29 22:32:05
[Glen Fernandes]
> [Such as VC10 and VC11 whose std::unique_ptr has a broken reset() or
> whose std::unique_ptr has a broken conversion to bool when a different
> deleter type is specified. I believe there are a few bugs reported about
> VC12's std::unique_ptr but I haven't looked into them.]
I am not aware of any bugs in 2013's unique_ptr, except for its empty deleter optimization (I have local changes to make this conformant for the next major version), and specification/implementation issues in shared_ptr(unique_ptr).
STL