Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 906 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 906 Bytes

Boost Multi Index Container Natvis

Provides nice visualization during debugging for boost::multi_index_container in Visual Studio. Helps to turn this:

Raw View

into this:

Refined View

Usage

Place corresponding BoostMultiIndex.natvis file into %USERPROFILE%\My Documents\Visual Studio [version]\Visualizers.

Compatibility:

Visualizators are verified to work with following Boost and Visual Studio versions:

Index type boost version Visual Studio
ordered_index 1.59 - 1.65 ≥ 2013
ranked_index 1.59 - 1.65 ≥ 2013
sequenced_index 1.50 - 1.65 ≥ 2013
random_access_index 1.50 - 1.65 ≥ 2015
hashed_index 1.58 - 1.65 ≥ 2015