sharkdp / dbg-macro

A dbg(…) macro for C++
MIT License
2.97k stars 257 forks source link

Add support for string_view, adjust order of pretty_print functions #95

Closed Harry-Chen closed 4 years ago

Harry-Chen commented 4 years ago

This PR mainly:

sharkdp commented 4 years ago

This looks great - thank you very much!

Adjust the order or pretty print functions so that the specializations for sum types such as std::variant and container types comes last

:+1: