Changeset 6141 for trunk/TEMPLATES/smartptr.h
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/TEMPLATES/smartptr.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TEMPLATES/smartptr.h
r5809 r6141 38 38 // 39 39 // -------------------------------------------------------------------------------- 40 // macros for conv inience:40 // macros for convenience: 41 41 42 42 #define SmartArrayPtr(type) SmartPtr<type, Counted<type, auto_delete_array_ptr<type> > >
