Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-08-11 00:48:29 +0400
committerHoward Hinnant <hhinnant@apple.com>2010-08-11 00:48:29 +0400
commiteb2692571fab1cc9996c0b972aee5e1c48ae0989 (patch)
tree862739b146f0c019b81347516a3b305b88d74ec8 /libcxx/include/string
parent3b870f045f571507c541ae386473c665ee110f3f (diff)
patch by Jesse Towner, and bug fix by Sebastian Redl
llvm-svn: 110724
Diffstat (limited to 'libcxx/include/string')
-rw-r--r--libcxx/include/string2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/include/string b/libcxx/include/string
index 3428fb84028e..2ca5986358ac 100644
--- a/libcxx/include/string
+++ b/libcxx/include/string
@@ -1259,8 +1259,6 @@ private:
_LIBCPP_INLINE_VISIBILITY const allocator_type& __alloc() const {return __r_.second();}
_LIBCPP_INLINE_VISIBILITY bool __is_long() const {return bool(__r_.first().__s.__size_ & __short_mask);}
- _LIBCPP_INLINE_VISIBILITY void __set_long() {__r_.first().__s.__size_ &= __short_mask;}
- _LIBCPP_INLINE_VISIBILITY void __set_short() {__r_.first().__s.__size_ |= ~__short_mask;}
_LIBCPP_INLINE_VISIBILITY void __set_short_size(size_type __s)
#if _LIBCPP_BIG_ENDIAN