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-10 02:11:11 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6d6bcc7be907f4544f6d3070b17f7a85d216ff6f
smart_ptr
/
include
/
boost
T
History
Peter Dimov
851d87a1bb
get_shared_ptr renamed to weak_ptr::lock.
...
[SVN r17307]
2003-02-10 15:56:36 +00:00
..
detail
atomic_count and lightweight_mutex now report an #error on unknown threading configs.
2003-02-10 12:58:50 +00:00
enable_shared_from_this.hpp
enable_shared_from_this-related fixes.
2002-11-20 12:38:51 +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
intrusive_ptr_test added.
2003-01-22 15:22:30 +00:00
scoped_array.hpp
BOOST_ENABLE_SP_DEBUG_HOOKS -> BOOST_SP_ENABLE_DEBUG_HOOKS
2003-02-10 12:54:43 +00:00
scoped_ptr.hpp
BOOST_ENABLE_SP_DEBUG_HOOKS -> BOOST_SP_ENABLE_DEBUG_HOOKS
2003-02-10 12:54:43 +00:00
shared_array.hpp
Changed typename to class; some libraries helpfully #define typename
2002-10-23 13:55:18 +00:00
shared_ptr.hpp
Enabled copy assignment on all Borland versions (for Kylix) and g++ (for -Wsynth, report by Wolfgang Bangerth)
2003-02-03 13:48:33 +00:00
smart_ptr.hpp
License added.
2002-11-19 16:23:01 +00:00
weak_ptr.hpp
get_shared_ptr renamed to weak_ptr::lock.
2003-02-10 15:56:36 +00:00