VirtualBox

Changeset 108013 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 1, 2025 2:21:48 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167285
Message:

VBox/com/string.h: Added a UTF-16 assign() function to Utf8Str. [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/string.h

    r108011 r108013  
    12911291    }
    12921292
     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
    12931300    /**
    12941301     * Assignment method for UTF-16 strings.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette