|
@@ -1,7 +1,8 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
|
|
<Type Name="entt::basic_any<*>">
|
|
<Type Name="entt::basic_any<*>">
|
|
|
- <DisplayString>{{ type={ descriptor->alias,na }, policy={ mode,en } }}</DisplayString>
|
|
|
|
|
|
|
+ <DisplayString Condition="vtable != nullptr">{{ type={ descriptor->alias,na }, policy={ mode,en } }}</DisplayString>
|
|
|
|
|
+ <DisplayString>{{ policy={ mode,en } }}</DisplayString>
|
|
|
</Type>
|
|
</Type>
|
|
|
<Type Name="entt::compressed_pair<*>">
|
|
<Type Name="entt::compressed_pair<*>">
|
|
|
<Intrinsic Name="first" Optional="true" Expression="((first_base*)this)->value"/>
|
|
<Intrinsic Name="first" Optional="true" Expression="((first_base*)this)->value"/>
|