Kaydet (Commit) 9fb1bd03 authored tarafından Mike Kaganski's avatar Mike Kaganski

Natvis: add boost::optional

Change-Id: I64c5ff89bedcee0d955e4aa12035302e413d0c02
Reviewed-on: https://gerrit.libreoffice.org/60567Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
Tested-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst e41e2bbc
...@@ -450,4 +450,12 @@ ...@@ -450,4 +450,12 @@
<ExpandedItem>(SwLayoutFrame&amp;)(*this)</ExpandedItem> <ExpandedItem>(SwLayoutFrame&amp;)(*this)</ExpandedItem>
</Expand> </Expand>
</Type> </Type>
<Type Name="boost::optional&lt;*&gt;">
<DisplayString Condition="!m_initialized">Optional not set</DisplayString>
<DisplayString>{*reinterpret_cast&lt;$T1 *&gt;(m_storage.dummy_.data)}</DisplayString>
<Expand>
<Item Name="initialized">m_initialized</Item>
<Item Name="data">*reinterpret_cast&lt;$T1 *&gt;(m_storage.dummy_.data)</Item>
</Expand>
</Type>
</AutoVisualizer> </AutoVisualizer>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment