Konstantin Varlamov 0cfdce854d
[libc++] Guard transitive include of <locale> with availability macro (#95686)
This is a follow-up to https://github.com/llvm/llvm-project/pull/80282.
The transitive includes of `<locale>` in `<vector>` were all guarded by
the availability macro -- the new include should also be guarded,
otherwise any users who compile with localization disabled will start
getting errors trying to include `<vector>`.
2024-06-17 09:30:41 -04:00
..