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 18:30:48 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2eb3991630d138b43b4e4ea13da2efa444a1e21c
smart_ptr
/
include
/
boost
T
History
Peter Dimov
3a4dc43924
Fix
#398
, as long as the macros BOOST_NO_STD_TYPEINFO and BOOST_NO_IOSTREAM are defined. I don't know how Boost.Config needs to be changed to autodetect eVC4 and set these on its own.
...
[SVN r43318]
2008-02-19 14:26:36 +00:00
..
detail
fix typo in comment
2007-10-30 12:58:36 +00:00
enable_shared_from_this.hpp
Added a note that it's not necessary to initialize _internal_weak_this.
2005-11-05 14:40:29 +00:00
get_pointer.hpp
Converted to Boost Software License, Version 1.0
2004-07-26 00:32:12 +00:00
intrusive_ptr.hpp
intrusive_ptr::reset added
2007-04-09 21:35:07 +00:00
pointer_cast.hpp
Pointer utilities added (proposed by Ion Gaztañaga)
2005-12-06 13:26:13 +00:00
pointer_to_other.hpp
Pointer utilities added (proposed by Ion Gaztañaga)
2005-12-06 13:26:13 +00:00
scoped_array.hpp
Fixes
#1444
.
2008-02-19 14:01:13 +00:00
scoped_ptr.hpp
Fixes
#1444
.
2008-02-19 14:01:13 +00:00
shared_array.hpp
Updated the unspecified_bool_type to match shared_ptr.
2007-08-26 19:42:50 +00:00
shared_ptr.hpp
Fix
#398
, as long as the macros BOOST_NO_STD_TYPEINFO and BOOST_NO_IOSTREAM are defined. I don't know how Boost.Config needs to be changed to autodetect eVC4 and set these on its own.
2008-02-19 14:26:36 +00:00
smart_ptr.hpp
Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history).
2004-08-11 10:59:33 +00:00
weak_ptr.hpp
make_shared removed
2007-04-09 18:42:49 +00:00