- Timestamp:
- Oct 11, 2013 11:25:03 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 89848
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/list.h
r45520 r49052 148 148 memcpy(&p[iTo], &p1[0], sizeof(T1) * cSize); 149 149 } 150 static inline void erase(T2 * p, size_t /* i */) { /* Nothing to do here. */ }150 static inline void erase(T2 * /* p */, size_t /* i */) { /* Nothing to do here. */ } 151 151 static inline void eraseRange(T2 * /* p */, size_t /* cFrom */, size_t /* cSize */) { /* Nothing to do here. */ } 152 152 };
Note:
See TracChangeset
for help on using the changeset viewer.