Version
Since 3.0.260520.1
Summary
I have tried to update C++/WinRT to 3.0.260520.1, but I have found that we have the warning C4819.
It's not OK for projects with WX (a.k.a. Treats all compiler warnings as errors.) enabled.
Caused by non-ASCII character — at
|
// exported — exporting namespace std would make all of std transitively visible. |
Reproducible example
Any projects.
Expected behavior
No response
Actual behavior
No response
Additional comments
No response
Version
Since 3.0.260520.1
Summary
I have tried to update C++/WinRT to 3.0.260520.1, but I have found that we have the warning C4819.
It's not OK for projects with WX (a.k.a. Treats all compiler warnings as errors.) enabled.
Caused by non-ASCII character
—atcppwinrt/strings/base_macros.h
Line 47 in a31a05c
Reproducible example
Any projects.
Expected behavior
No response
Actual behavior
No response
Additional comments
No response