microsoft/vcperf

C-style casts used

TartanLlama opened this issue · 0 comments

There are a few places where C-style casts are used instead of named casts (e.g. here), which are preferable for both comprehensibility and safety, see Core Guideline ES.49.