Linked lists without a size member like boost::intrusive::list cannot be visualized properly. The obvious debug visualizer is<Type Name="boost::intrusive::list<*,boost::intrusive::constant_time_size<0>,*,*>"> <Expand> <LinkedListItems> <HeadPointer>data_.root_plus_size_.root_.next_</HeadPointer> <NextPointer>next_</NextPointer> <ValueNode>($T1*)this</ValueNode> </LinkedListItems> </Expand> </Type>But this shows an "infinite" number of list elements instead of stopping automatically when NextPointer == HeadPointer like the old implementation did, I believe.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results