Changeset 80779 in vbox for trunk/include/iprt
- Timestamp:
- Sep 13, 2019 2:00:08 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133344
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/ministring.h
r79481 r80779 440 440 * the format string. 441 441 * 442 * @throws std::bad_alloc On allocation error. The object is left unchanged.442 * @throws std::bad_alloc On allocation error. Object state is undefined. 443 443 * 444 444 * @returns Reference to the object. … … 466 466 * specified by the format string. 467 467 * 468 * @throws std::bad_alloc On allocation error. The object is left unchanged.468 * @throws std::bad_alloc On allocation error. Object state is undefined. 469 469 * 470 470 * @returns Reference to the object. … … 602 602 * the format string. 603 603 * 604 * @throws std::bad_alloc On allocation error. The object is left unchanged.604 * @throws std::bad_alloc On allocation error. Object state is undefined. 605 605 * 606 606 * @returns Reference to the object. … … 628 628 * specified by the format string. 629 629 * 630 * @throws std::bad_alloc On allocation error. The object is left unchanged.630 * @throws std::bad_alloc On allocation error. Object state is undefined. 631 631 * 632 632 * @returns Reference to the object.
Note:
See TracChangeset
for help on using the changeset viewer.