Fix ctype_byname<wchar_t>::do_is() mask checking.... again
authorJonathan Roelofs <jonathan@codesourcery.com>
Wed, 11 Mar 2015 17:00:28 +0000 (17:00 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Wed, 11 Mar 2015 17:00:28 +0000 (17:00 +0000)
commit29f342c6b5085d8d4221a346f59e58198ce6dd33
treedab4a33c0193768fcd70bd1f8cc63ab34fec887f
parent20cfff3d31acbc9b25dae4c2f33f0e12a3273003
Fix ctype_byname<wchar_t>::do_is() mask checking.... again

This basically reverts the revert in r216508, and fixes a few more cases while
I'm at it. Reading my commit message on that commit again, I think it's bupkis.

http://reviews.llvm.org/D8237

llvm-svn: 231940
libcxx/include/__locale
libcxx/src/locale.cpp
libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/mask.pass.cpp [new file with mode: 0644]