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:
Howard Hinnant
2013-08-29 23:37:50 +00:00
parent 04a2c71d67
commit 5143722d14
3 changed files with 6 additions and 3 deletions

View File

@@ -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;