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

cppvsdbg debugger shows "An unspecified error has occurred." for structured binding variables #3197

Closed
sean-mcmanus opened this issue Feb 21, 2019 · 0 comments
Assignees
Labels
bug debugger fixed Check the Milestone for the release in which the fix is or will be available.
Milestone

Comments

@sean-mcmanus
Copy link
Collaborator

I've filed an internal debugger bug on this with a repro project. Reproed with cppvsdbg on Windows.

The repro is with structured binding code like

for (const auto& [myStr, myBool] : vector_with_str_bool)

The bug doesn't repro with VS.

@WardenGnaw WardenGnaw self-assigned this Feb 22, 2019
@WardenGnaw WardenGnaw added the fixed Check the Milestone for the release in which the fix is or will be available. label Mar 2, 2019
@sean-mcmanus sean-mcmanus added this to the March 2019 milestone Mar 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug debugger fixed Check the Milestone for the release in which the fix is or will be available.
Projects
None yet
Development

No branches or pull requests

2 participants