Unverified Commit 6ea33445 authored by W-50243's avatar W-50243 Committed by GitHub
Browse files

[libc++] Fix regex_traits::isctype on big endian platforms (#73200)

'isctype' fails in arm64-big-endian because the __regex_word involved
in mask operation is not changed based on the platform endianness, while
the character mask does change.
parent 5384fb3d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment