KindDragon / CPPDebuggerVisualizers

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

Boost container changes #20

Closed arthur-tacca closed 3 years ago

arthur-tacca commented 6 years ago

boost::container has (at least) two changes from 1.66 to 1.67:

The second change broke the visualiser for vector, and also flat_map and flat_set (which use vector internally). The first change probably broke all containers! Sorry this isn't a pull request :-( but I thought a hint would be better than nothing.

KindDragon commented 4 years ago

Resolved for VS2019