Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 1f2b7ae6d78906df4f0c06961e3c9ed227986acf Author: Louis Dionne <ldionne.2@gmail.com> Date: Fri Oct 25 12:28:55 2024 -0400 [libc++] Refactor locale_guard (#113694) Rename __libcpp_locale_guard to just __locale_guard, since there's no reason for it to have __libcpp_ in its name -- it's just an internal utility. Also, define __locale_guard unconditionally of _LIBCPP_LOCALE__L_EXTENSIONS, since that header is only used on Windows (where it has a custom definition) or from bsd_locale_fallbacks.h, which is only included when the L extensions are not provided. |