Skip to content

Commit

Permalink
natvis: add free_list to the sparse set snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Sep 8, 2023
1 parent 104fb0f commit 70c3eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions natvis/entt/entity.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<Expand>
<Item Name="[capacity]" ExcludeView="simple">packed.capacity()</Item>
<Item Name="[policy]">mode,en</Item>
<Item Name="[free_list]">head</Item>
<Synthetic Name="[sparse]">
<DisplayString>{ sparse.size() * traits_type::page_size }</DisplayString>
<Expand>
Expand Down

0 comments on commit 70c3eaa

Please sign in to comment.