Changeset 18303 for lang/c/mpio/trunk/mp/object_callback.pre.h
- Timestamp:
- 08/27/08 15:41:28 (4 months ago)
- Files:
-
- 1 modified
-
lang/c/mpio/trunk/mp/object_callback.pre.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/mpio/trunk/mp/object_callback.pre.h
r18183 r18303 21 21 22 22 namespace mp { 23 24 25 template <typename T> 26 static void object_destructor(void* obj) 27 { 28 reinterpret_cast<T*>(obj)->~T(); 29 } 23 30 24 31
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)