You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "FALSE" and "TRUE" cases are asserting because the Standard says that the extraction should fail, but the extraction is succeeding after GH-1168 modified _Getloctxt() to perform case-insensitive comparisons:
Reported by @b7f7 in ea1aaf7#commitcomment-45101146 . Also tracked by Microsoft-internal VSO-1259300 / AB#1259300 .
This is a regression in VS 2019 16.8 caused by GH-1168. I developed a complete test case:
The
"FALSE"
and"TRUE"
cases are asserting because the Standard says that the extraction should fail, but the extraction is succeeding after GH-1168 modified_Getloctxt()
to perform case-insensitive comparisons:STL/stl/inc/xlocale
Line 3274 in 04369fc
The text was updated successfully, but these errors were encountered: