-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
bugSomething isn't workingSomething isn't workingfixedSomething works now, yay!Something works now, yay!visualizerHow the VS debugger displays STL typesHow the VS debugger displays STL types
Description
Lines 4149 to 4152 in ef1d621
| _EXPORT_STD template <class _Iter> | |
| class move_iterator : public _Move_iterator_category<_Iter> { | |
| private: | |
| _Iter _Current{}; |
Lines 1522 to 1527 in ef1d621
| <Type Name="std::move_iterator<*>"> | |
| <DisplayString>move_iterator {current}</DisplayString> | |
| <Expand> | |
| <Item Name="current">current</Item> | |
| </Expand> | |
| </Type> |
And traditionally, we've used Name="[current]" to indicate that we're displaying a pretty name for an ugly data member.
Regression introduced by #1080 on 2020-07-27 in VS 2019 16.8.
Reported by @xiangfan-ms.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfixedSomething works now, yay!Something works now, yay!visualizerHow the VS debugger displays STL typesHow the VS debugger displays STL types