diff options
Diffstat (limited to 'libcxx/include/__locale')
-rw-r--r-- | libcxx/include/__locale | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/__locale b/libcxx/include/__locale index 918cd1df5c6..4184e7e0348 100644 --- a/libcxx/include/__locale +++ b/libcxx/include/__locale @@ -69,6 +69,7 @@ public: class _LIBCPP_TYPE_VIS id; typedef int category; + _LIBCPP_AVAILABILITY_LOCALE_CATEGORY static const category // values assigned here are for exposition only none = 0, collate = LC_COLLATE_MASK, |