Xing Xue: Some minor changes for IBM XLC++/AIX.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@189623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -109,6 +109,11 @@ countof(const T * const begin, const T * const end)
|
||||
|
||||
}
|
||||
|
||||
#if defined(_AIX)
|
||||
// Set priority to INT_MIN + 256 + 150
|
||||
# pragma priority ( -2147483242 )
|
||||
#endif
|
||||
|
||||
const locale::category locale::none;
|
||||
const locale::category locale::collate;
|
||||
const locale::category locale::ctype;
|
||||
|
Reference in New Issue
Block a user