Explorar el Código

nativs: basic_storage::length is no longer a thing in any case

Michele Caini hace 2 años
padre
commit
5fca9d4c94
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      natvis/entt/entity.natvis

+ 0 - 1
natvis/entt/entity.natvis

@@ -83,7 +83,6 @@
 		<Expand>
 			<Item Name="[capacity]" Optional="true" ExcludeView="simple">payload.capacity() * traits_type::page_size</Item>
 			<Item Name="[page size]" Optional="true" ExcludeView="simple">traits_type::page_size</Item>
-			<Item Name="[length]" Optional="true" ExcludeView="simple">length</Item>
 			<Item Name="[base]" ExcludeView="simple">(base_type*)this,nand</Item>
 			<Item Name="[base]" IncludeView="simple">(base_type*)this,view(simple)nand</Item>
 			<!-- having SFINAE-like techniques in natvis is priceless :) -->