Removed extra trailing underscore in #ifdef (__GNUC___ --> __GNUC__ )
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@198618 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0ea7f8cfb3
commit
af6cd294aa
@ -478,7 +478,7 @@ namespace std {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // __clang__ || __GNUC___ || _MSC_VER || __IBMCPP__
|
#endif // __clang__ || __GNUC__ || _MSC_VER || __IBMCPP__
|
||||||
|
|
||||||
#ifdef _LIBCPP_HAS_NO_UNICODE_CHARS
|
#ifdef _LIBCPP_HAS_NO_UNICODE_CHARS
|
||||||
typedef unsigned short char16_t;
|
typedef unsigned short char16_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user