30 May
2014
30 May
'14
2:32 a.m.
[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