Changeset 33614 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Oct 29, 2010 2:54:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/ministring.h
r33613 r33614 493 493 are treated the same way so that str.compare(str2.c_str()) works. */ 494 494 if (length() == 0) 495 return pcszThat == NULL || *pcszThat != '\0' ? 0 : 1;495 return pcszThat == NULL || *pcszThat != '\0' ? 0 : -1; 496 496 497 497 if (cs == CaseSensitive)
Note:
See TracChangeset
for help on using the changeset viewer.