Changes between Initial Version and Version 1 of Ticket #7948
- Timestamp:
- Aug 28, 2011, 8:52:51 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7948 – Description
initial v1 8 8 int compare(const char* s, size_t pos1, size_t n1) const; 9 9 }}} 10 It is BeOS "legacy" (ie BeOS has the same problem), but it's a bit annoying when trying to write portable C++ code. 10 11 11 Not sure if this is BeOS legacy, but it's a bit annoying when trying to write portable C++ code. 12 Can we do something about it without breaking binary compatibility ?