skypjack 2 недель назад
Родитель
Сommit
2e0469c8f8
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      TODO
  2. 1 1
      src/entt/natvis/meta.natvis

+ 2 - 2
TODO

@@ -32,8 +32,8 @@ TODO:
 * storage: shrink_to_fit does not work with reentrant destructor?
 * make meta_any buffer size configurable (propagate to any)
 * test trivially_destructible optimization
-* document stl and injections support
-* new meta multi support: md and natvis
+* document stl and injections support (md)
+* document new meta multi support (md)
 * improve meta_reset and similar on multi contexts
 * review/refine/improve meta factory base for typed vs overloaded types (ctor and type)
 * fast lookup on meta reset

+ 1 - 1
src/entt/natvis/meta.natvis

@@ -88,7 +88,7 @@
 		<DisplayString Condition="info != nullptr">{{ type={ info->alias,na } }}</DisplayString>
 		<DisplayString>{{}}</DisplayString>
 		<Expand>
-			<Item Name="[id]">id</Item>
+			<Item Name="[alias]">alias</Item>
 			<Item Name="[name]" Condition="name != nullptr">name,na</Item>
 			<Item Name="[sizeof]">size_of</Item>
 			<Item Name="[is_arithmetic]">has_trait(entt::internal::meta_traits::is_arithmetic)</Item>