mirror of
https://github.com/boostorg/core.git
synced 2025-11-28 21:30:09 +01:00
9 lines
254 B
Plaintext
9 lines
254 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||
|
|
|
||
|
|
<Type Name="boost::core::basic_string_view<*>">
|
||
|
|
<DisplayString>{p_,[n_]s}</DisplayString>
|
||
|
|
</Type>
|
||
|
|
|
||
|
|
</AutoVisualizer>
|