diff options
Diffstat (limited to 'solenv/vs/LibreOffice.natvis')
-rw-r--r-- | solenv/vs/LibreOffice.natvis | 10 |
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 < * >"> + <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 < const $T1 * >( data_ )</ValuePointer> + </ArrayItems> + </Expand> + </Type> <Type Name="BigPtrArray"> <DisplayString>{{{m_nSize,d} nodes}}</DisplayString> <Expand> |