Skip to content

Commit

Permalink
Add '[deleter]'
Browse files Browse the repository at this point in the history
  • Loading branch information
gregg-miskelly committed Jul 6, 2022
1 parent ab3e21d commit 7e1750e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stl/debugger/STL.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
<DisplayString Condition="_Mypair._Myval2 != nullptr">{_Mypair._Myval2}</DisplayString>
<StringView>_Mypair._Myval2</StringView>
<Expand>
<Item Condition="_Mypair._Myval2 != 0" Name="[deleter]">_Mypair</Item>
<ExpandedItem Condition="_Mypair._Myval2 != nullptr">_Mypair._Myval2,hv</ExpandedItem>
</Expand>
</Type>
Expand Down

0 comments on commit 7e1750e

Please sign in to comment.