Skip to content

Commit

Permalink
Remove std::ranges::view_interface visualizer. (#4835)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsb4000 committed Aug 8, 2024
1 parent 2f5b967 commit 5573054
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions stl/debugger/STL.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -2001,16 +2001,6 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
</Expand>
</Type>

<Type Name="std::ranges::view_interface&lt;*&gt;">
<DisplayString>{{ size={size()} }}</DisplayString>
<Expand>
<Item Optional="true" Name="empty">empty()</Item>
<Item Optional="true" Name="front">front()</Item>
<Item Optional="true" Name="back">back()</Item>
<Item Optional="true" Name="data">data()</Item>
</Expand>
</Type>

<Type Name="std::ranges::dangling">
<DisplayString>dangling</DisplayString>
</Type>
Expand Down

0 comments on commit 5573054

Please sign in to comment.