Build tests for ARM64EC pipeline by cpplearner · Pull Request #5521 · microsoft/STL (original) (raw)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This error C2678 turns out to be unaffected by architecture or Windows SDK version, and affected by the execution charset: error C2678 manifests if and only if the execution charset is not self-synchronizing (e.g. cp932, cp936). With cp1252 or UTF-8, the test compiles successfully.

No change requested for this PR,but we could maybe file a bug report against the compiler.