sharkdp / dbg-macro

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

Is it possible to make dbg::hex support continer #138

Closed heheda123123 closed 1 month ago

heheda123123 commented 1 month ago

now the dbg::hex only support one number, it it possible to make it support container such as vector?

heheda123123 commented 1 month ago

the example code in https://github.com/sharkdp/dbg-macro/issues/137 will solve this problem