KindDragon / CPPDebuggerVisualizers

C++ Debugger Visualizers
Boost Software License 1.0
173 stars 46 forks source link

Support for boost::intrusive::set #1

Closed johanst closed 11 years ago

johanst commented 11 years ago

I have added visualizers for boost::intrusive::set and and associated iterator. There are four flavors: base_hook default member_hook default base_hook / constant_time_size member_hook / constant_time_size

I tried to add visualizers for intrusive lists with constant_time_size but the visualizer code does not seem to support it.

KindDragon commented 11 years ago

Thank you!