Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent inline of some shared_ptr functions for space | Dean Sanner | 2016-10-11 | 1 | -51/+73 |
* | Overloaded != operator for shared_ptr. | Matt Derksen | 2016-06-02 | 1 | -0/+5 |
* | Added equal comparison override for shared_ptr | Matt Derksen | 2016-05-24 | 1 | -0/+5 |
* | shared_ptr::reset did not work for shared pointer | Patrick Williams | 2016-02-19 | 1 | -4/+5 |
* | shared_ptr r-value ref ctor didn't match standard | Patrick Williams | 2015-12-11 | 1 | -2/+2 |
* | Implement std::shared_ptr. | Patrick Williams | 2015-12-11 | 1 | -0/+231 |