Changeset 108013 in vbox for trunk/include/VBox
- Timestamp:
- Feb 1, 2025 2:21:48 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167285
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r108011 r108013 1291 1291 } 1292 1292 1293 /** Resolve compiler confusion. */ 1294 RTCString &assign(size_t a_cTimes, char a_ch) 1295 { 1296 RTCString::assign(a_cTimes, a_ch); 1297 return *this; 1298 } 1299 1293 1300 /** 1294 1301 * Assignment method for UTF-16 strings.
Note:
See TracChangeset
for help on using the changeset viewer.