forked from OSchip/llvm-project
parent
5287b4e8ec
commit
13535ceb10
|
@ -845,7 +845,7 @@ public:
|
||||||
|
|
||||||
/// size() - The length of this string.
|
/// size() - The length of this string.
|
||||||
///
|
///
|
||||||
size_t size() const { return StrEnd - StrBegin; }
|
intptr_t size() const { return StrEnd - StrBegin; }
|
||||||
|
|
||||||
/// begin() - Pointer to the first byte of the string.
|
/// begin() - Pointer to the first byte of the string.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue