-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Adding mutex, ranges, functional, any and format visualizers #2191
Conversation
f0b82a6
to
4d056be
Compare
This comment was marked as resolved.
This comment was marked as resolved.
For reference, VS-PR-407223 is still active, porting #2784, #2804, and #2811 (MSVC-PR-407231). Marking this PR as blocked until we either clear the pipeline or decide to add this PR to the triple-mirror. VS-PR-408482 / MSVC-PR-409524 / #2843 are merged. |
Let's try mirroring this and sorting out the VS-PR later. I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks @AnjuDel and @strega-nil-ms for visualizing all of these types! 👓 🎉 😸 |
…ft#2191) Co-authored-by: nicole mazzuca <[email protected]>
Adding visualizers for missing mutex elements and more.
Fixes #929.
From @strega-nil-ms: additionally, refactor
std::tuple
's visualizer.