ruediger / Boost-Pretty-Printer

GDB Pretty Printers for Boost
197 stars 61 forks source link

Fixing variant with variant< foo<a,b>, a, b> #22

Closed zeroshade closed 9 years ago

zeroshade commented 9 years ago

Using regex, we can handle the foo<a,b> case correctly.

ruediger commented 9 years ago

Thanks

zeroshade commented 9 years ago

No prob. The rest of the work you did here made my life so much easier so i figured I'd contribute back :)