================ Comment at: src/locale.cpp:1208 @@ +1207,3 @@ + default: + _LIBCPP_ASSERT(false, + "unhandled ctype mask in ctype_byname<wchar_t>::do_is"); ---------------- I don't think _LIBCPP_ASSERT() is actually what I want here (since it's usually compiled out). Do we already have something akin to this for _LIBCPP_DEBUG_LEVEL < 1?
http://reviews.llvm.org/D5071 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
