KindDragon / CPPDebuggerVisualizers

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

Add visualization of boost::variant<over_sequence<MPL vectors... > > #2

Closed apolukhin closed 10 years ago

apolukhin commented 10 years ago

Checked it on MSVC2012. Works well

KindDragon commented 10 years ago

Hi. Can you also add test for this?

apolukhin commented 10 years ago

Hi! OK, not a problem.

Just to make sure: test must contain boost::variant<over_sequence> use case and... that's all?

KindDragon commented 10 years ago

Yes, several tests for this case

apolukhin commented 10 years ago

Is it OK now? Do I need to add more tests?