summaryrefslogtreecommitdiff
path: root/solenv/vs/LibreOffice.natvis
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/vs/LibreOffice.natvis')
-rw-r--r--solenv/vs/LibreOffice.natvis10
1 files changed, 10 insertions, 0 deletions
diff --git a/solenv/vs/LibreOffice.natvis b/solenv/vs/LibreOffice.natvis
index b2732cef3736..ba0ab29ae96b 100644
--- a/solenv/vs/LibreOffice.natvis
+++ b/solenv/vs/LibreOffice.natvis
@@ -147,6 +147,16 @@
</ArrayItems>
</Expand>
</Type>
+ <Type Name="o3tl::span &lt; * &gt;">
+ <DisplayString Condition="size_ == 0">o3tl::span (empty)</DisplayString>
+ <DisplayString>o3tl::span of {size_,d} {"$T1",sb}</DisplayString>
+ <Expand>
+ <ArrayItems>
+ <Size>size_</Size>
+ <ValuePointer>reinterpret_cast &lt; const $T1 * &gt;( data_ )</ValuePointer>
+ </ArrayItems>
+ </Expand>
+ </Type>
<Type Name="BigPtrArray">
<DisplayString>{{{m_nSize,d} nodes}}</DisplayString>
<Expand>