Sylvain Pion
dd7a95a643
- Handle_for memory leak fixed : initialize_with() now assigns instead of
...
constructing, so that it works correctly after Handle_for has been default
constructed. There's a new way of constructing a Handle_for :
Handle_for(TO_BE_USED_ONLY_WITH_CONSTRUCT_WITH) followed by
construct_with(), which is supposed to produce more efficient code.
Simple_handle_for also accepts it.
2002-08-12 20:14:15 +00:00
Sylvain Pion
9f15241994
- Fix Handle_for<> default ctor : it forgot to construct the object.
2002-01-04 14:07:53 +00:00
Sylvain Pion
f5bcaab193
- [Simple_]Handle_for new ptr access : const/non-const Ptr/ptr.
2001-11-23 14:20:49 +00:00
Sylvain Pion
1a51f72d4d
- VC++ can't eat Allocator::rebind, so we workaround.
2001-11-21 18:15:02 +00:00
Sylvain Pion
2d42164092
- New Handle_for_virtual<> and Ref_counted_virtual.
...
- Ref_counted is not required anymore.
- Remove all Simple_* rep classes as deriving from Ref_counted is not
necessary anymore.
- basic.h cleanup.
2001-10-24 14:18:06 +00:00
Sylvain Pion
5b5d61bf80
- Handle_for<> should work for virtual hierarchies now.
2001-10-05 14:09:02 +00:00
Sylvain Pion
9f6dbfbbf6
- [Simple_]Handle_for<> protection cleanup, non-const Ptr() added.
2001-10-03 13:05:26 +00:00
Sylvain Pion
5c79468c15
- Add SunPro support in memory.h.
2001-08-15 15:36:33 +00:00
Sylvain Pion
5788d8e39e
Fix headers
2001-01-09 18:57:24 +00:00
Sylvain Pion
1a80bc0e41
Initial revision
2001-01-02 17:00:26 +00:00