Changeset 391 for trunk/nv/stl/memory.hh
- Timestamp:
- 06/11/15 16:22:54 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/stl/memory.hh
r389 r391 22 22 #include <nv/stl/iterator.hh> 23 23 #include <nv/stl/capi.hh> 24 #include <new> 24 25 25 26 namespace nv … … 138 139 } 139 140 140 template 141 template< typename T > 141 142 inline void copy_construct_object( T* object, const T& original ) 142 143 {
Note: See TracChangeset
for help on using the changeset viewer.