Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix HashMap visualizers in Visual Studio (Code) #76389

Merged
merged 1 commit into from
Sep 9, 2020

Commits on Sep 5, 2020

  1. Fix HashMap visualizers in Visual Studio (Code)

    CDB doesn't care that you're using static_cast between unrelated types.
    VS(C) does.  These should've been reinterpret_cast or C casts.
    Cast is from e.g. `u8*` to `tuple<$T1, $T2>*`
    MaulingMonkey committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    5acd272 View commit details
    Browse the repository at this point in the history