cppdev123

Results 12 issues of cppdev123
trafficstars

After this commit [: explicitly pass the system locale ID for system_categ…](https://github.com/microsoft/STL/commit/fa51112a5aa66137cc1aa24b3b35131608cd027d) `std::system_category` used the locale system language with `FormatMessageA` to get the error message which fixed a problem and...

bug

I download visual studio 2022 17.4.1 and was surprised to see that "unknown error" is returned from `std::error_code` using `std::system_categoey()` as the error category while it was reporting the correct...

bug