Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit cfde4fbccf5d8d949a8cade0a4f8ef9b0f47ca73 Author: Louis Dionne <ldionne.2@gmail.com> Date: Fri Oct 25 16:46:38 2024 -0400 [libc++] Remove obsolete Solaris and Newlib support for locales (#113721) The solaris header file doesn't even exist, so that's definitely dead code. The newlib header is empty, which means that localization can't work on that platform. If someone is using libc++ with Newlib, they must be providing LIBCXX_HAS_NO_LOCALIZATION today for anything to work, so that header is basically dead code as well. |