Rename uses of _ and __ because these are getting stepped on by macros from other system code.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@167038 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant
2012-10-30 19:06:59 +00:00
parent eac2a01863
commit 9c0df1416f
16 changed files with 106 additions and 106 deletions

View File

@@ -1094,14 +1094,14 @@ private:
union
{
unsigned char __size_;
value_type _;
value_type __lx;
};
value_type __data_[__min_cap];
};
union _{__long _; __short __;};
union __lx{__long __lx; __short __lxx;};
enum {__n_words = sizeof(_) / sizeof(size_type)};
enum {__n_words = sizeof(__lx) / sizeof(size_type)};
struct __raw
{