Skip to content

Commit

Permalink
natvis: meta_prop
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Sep 12, 2024
1 parent a4a8799 commit 2ab5e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions natvis/entt/meta.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@
</Expand>
</Type>
<Type Name="entt::meta_prop">
<DisplayString Condition="node != nullptr">{ *node }</DisplayString>
<DisplayString Condition="node.type != nullptr">{ node }</DisplayString>
<DisplayString>{{}}</DisplayString>
<Expand>
<ExpandedItem Condition="node != nullptr">node</ExpandedItem>
<ExpandedItem Condition="node.type != nullptr">node</ExpandedItem>
<Item Name="[context]" Condition="ctx != nullptr">ctx->value</Item>
</Expand>
</Type>
Expand Down

0 comments on commit 2ab5e4d

Please sign in to comment.