diff --git a/VS2019/Visualizers/boost_Unordered.natvis b/VS2019/Visualizers/boost_Unordered.natvis
index 3e4d114..9ee4cef 100644
--- a/VS2019/Visualizers/boost_Unordered.natvis
+++ b/VS2019/Visualizers/boost_Unordered.natvis
@@ -44,6 +44,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ size={size_} }}
+
+
+
+
+
+
+
+
+
+
+
+ gb_inc_n=countr_zero(pbg->bitmask & reset_first_bits_(pbg_p - pbg->buckets + 1))
+
+ pbg_p = pbg->buckets + gb_inc_n
+
+
+ pbg = pbg->next
+ pbg_p = pbg->buckets + countr_zero(pbg->bitmask)
+
+ node_p = pbg_p->next
+
+
+ - *((std::pair<$T2 const ,$T3>*)node_p->buf.data_.buf),view(MapHelper)
+ node_p = node_p->next
+
+
+
+
{{ size={size_} }}