[PATCH] [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Marshall Clow
mclow.lists at gmail.com
Tue Aug 26 13:52:35 PDT 2014
This is a behavior change. Today, if you pass in a mask that is not one listed, it returned false. With your change, it aborts.
That seems .. harsh.
http://reviews.llvm.org/D5071
More information about the cfe-commits
mailing list