Changeset 57358 in vbox for trunk/src/VBox/Runtime/common/string/ministring.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/ministring.cpp
r56290 r57358 29 29 30 30 31 /******************************************************************************* 32 * Header Files *33 ******************************************************************************* /31 /********************************************************************************************************************************* 32 * Header Files * 33 *********************************************************************************************************************************/ 34 34 #include <iprt/cpp/ministring.h> 35 35 36 36 37 /******************************************************************************* 38 * Global Variables *39 ******************************************************************************* /37 /********************************************************************************************************************************* 38 * Global Variables * 39 *********************************************************************************************************************************/ 40 40 const size_t RTCString::npos = ~(size_t)0; 41 41 42 42 43 /******************************************************************************* 44 * Defined Constants And Macros *45 ******************************************************************************* /43 /********************************************************************************************************************************* 44 * Defined Constants And Macros * 45 *********************************************************************************************************************************/ 46 46 /** Allocation block alignment used when appending bytes to a string. */ 47 47 #define IPRT_MINISTRING_APPEND_ALIGNMENT 64
Note:
See TracChangeset
for help on using the changeset viewer.