Name |
Last commit
|
Last update |
---|---|---|
.. | ||
assign.cc | ||
auto_ptr.cc | ||
auto_ptr_neg.cc | ||
auto_ptr_rvalue.cc | ||
dr541.cc | ||
move.cc | ||
shared_ptr.cc | ||
shared_ptr_neg.cc | ||
unique_ptr_lvalue_neg.cc | ||
unique_ptr_rvalue.cc |
2010-02-16 Paolo Carlini <paolo.carlini@oracle.com> * include/bits/unique_ptr.h: (unique_ptr<>:: unique_ptr(const unique_ptr<_Up, _Up_Deleter>&), operator=(const unique_ptr<_Up, _Up_Deleter>&)): Remove, redundant, per DR 1303. * include/bits/shared_ptr.h (shared_ptr<>:: shared_ptr(const unique_ptr<_Up, _Up_Deleter>&), operator=(const unique_ptr<_Up, _Up_Deleter>&)): Likewise. * include/bits/shared_ptr_base.h (__shared_ptr<>:: __shared_ptr(const unique_ptr<_Up, _Up_Deleter>&), operator=(const unique_ptr<_Up, _Up_Deleter>&)): Likewise. * testsuite/20_util/unique_ptr/modifiers/reset_neg.cc: Adjust. * testsuite/20_util/unique_ptr/assign/assign_neg.cc: Likewise. * testsuite/20_util/shared_ptr/cons/unique_ptr_neg.cc: Likewise. * testsuite/20_util/shared_ptr/assign/unique_ptr_lvalue_neg.cc: Likewise. From-SVN: r156807
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
assign.cc | Loading commit data... | |
auto_ptr.cc | Loading commit data... | |
auto_ptr_neg.cc | Loading commit data... | |
auto_ptr_rvalue.cc | Loading commit data... | |
dr541.cc | Loading commit data... | |
move.cc | Loading commit data... | |
shared_ptr.cc | Loading commit data... | |
shared_ptr_neg.cc | Loading commit data... | |
unique_ptr_lvalue_neg.cc | Loading commit data... | |
unique_ptr_rvalue.cc | Loading commit data... |