[libcxx-commits] [PATCH] D120796: [libcxx] Fix the ctype `is` (pointer version) function for Windows
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 2 14:21:36 PST 2022
mstorsjo updated this revision to Diff 412543.
mstorsjo added a comment.
Clarified the reliance on the system's default codepage in the comments, unwrapped the unicode code point explanations as requested.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120796/new/
https://reviews.llvm.org/D120796
Files:
libcxx/include/__locale
libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/is_1.pass.cpp
libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/is_many.pass.cpp
libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/scan_is.pass.cpp
libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/scan_not.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120796.412543.patch
Type: text/x-patch
Size: 8484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220302/488f5cd0/attachment-0001.bin>
More information about the libcxx-commits
mailing list