This website requires JavaScript.
Explore
Help
Sign In
boostorg
/
smart_ptr
Watch
1
Star
0
Fork
1
You've already forked smart_ptr
mirror of
https://github.com/boostorg/smart_ptr.git
synced
2026-07-08 09:20:46 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
debd953d8f10f4e800f115c5cf4d525102b5ea6f
smart_ptr
/
include
/
boost
T
History
Peter Dimov
f2c5439644
'volatile' fixes.
...
[SVN r19961]
2003-09-08 12:26:02 +00:00
..
detail
Switched weak_count_ from #shared+#weak to #weak+(#shared != 0); thanks to Alexander Terekhov and Ben Hutchings
2003-07-21 14:17:03 +00:00
enable_shared_from_this.hpp
Fixed a copy/assignment issue.
2003-03-28 12:27:55 +00:00
get_pointer.hpp
Factor out get_pointer, supply an overload for std::auto_ptr.
2002-12-20 18:15:01 +00:00
intrusive_ptr.hpp
const_pointer_cast added.
2003-07-16 11:51:12 +00:00
scoped_array.hpp
-Wundef fixes.
2003-06-12 17:09:24 +00:00
scoped_ptr.hpp
-Wundef fixes.
2003-06-12 17:09:24 +00:00
shared_array.hpp
-Wundef fixes.
2003-06-12 17:09:24 +00:00
shared_ptr.hpp
'volatile' fixes.
2003-09-08 12:26:02 +00:00
smart_ptr.hpp
smart_ptr.hpp now includes all smart pointer headers for convenience.
2003-05-28 13:51:35 +00:00
weak_ptr.hpp
get_shared_ptr renamed to weak_ptr::lock.
2003-02-10 15:56:36 +00:00