You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libc++] Disable isw*_l functions on old MSVCRT (< 0x800)
This fixes linking on platforms older than Windows 10, which don't
have these functions.
In that case, implement char functions with specific locale by calling
the same function without locale (which will use the ambiant one).
0 commit comments