Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 0cfdce854d588876bfca7030be868314e84c0e5b Author: Konstantin Varlamov <varconsteq@gmail.com> Date: Mon Jun 17 06:30:41 2024 -0700 [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>`. |