Changeset 70114 in vbox for trunk/include/VBox/com
- Timestamp:
- Dec 13, 2017 3:52:42 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/array.h
r69107 r70114 239 239 240 240 /** Initializes memory occupied by aElem. */ 241 static void Uninit(T &aElem) { aElem = 0; }241 static void Uninit(T &aElem) { RT_NOREF(aElem); } 242 242 243 243 /** Creates a deep copy of aFrom and stores it in aTo. */
Note:
See TracChangeset
for help on using the changeset viewer.