Skip to content

Commit

Permalink
added missing AlternativeType
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquintides committed Aug 6, 2024
1 parent c191c78 commit 49c422f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extra/boost_unordered.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
<Type Name="boost::unordered::unordered_flat_map&lt;*&gt;" Priority="MediumHigh" ExcludeView="ShowElementsByIndex">
<AlternativeType Name="boost::unordered::unordered_node_map&lt;*&gt;" />
<AlternativeType Name="boost::unordered::concurrent_flat_map&lt;*&gt;" />
<AlternativeType Name="boost::unordered::concurrent_node_map&lt;*&gt;" />
<DisplayString>{{ size={table_.size_ctrl.size} }}</DisplayString>
<Expand>
<Item Name="[hash_function]" ExcludeView="simple">*reinterpret_cast&lt;hasher*&gt;(static_cast&lt;table_type::super::hash_base*&gt;(&amp;table_))</Item>
Expand Down

0 comments on commit 49c422f

Please sign in to comment.