KindDragon / CPPDebuggerVisualizers

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

fix boost container vector #21

Closed aligature closed 5 years ago

aligature commented 5 years ago

At some point the namespace and number of template arguments for boost::container::vector_alloc_holder changed. This caused the visualizers for the flat containers to display incorrectly. This fixes it for me.

arthur-tacca commented 5 years ago

See issue #20. Thanks for making a pull request!