When compiling with /J, numeric_limits<char> should return the same values as numeric_limits<unsigned char>, but does not. Instead, the following values are given:min: 128 (expected: 0)max: 127 (expected: 255)
Product Language
Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results