sharkdp / dbg-macro

A dbg(…) macro for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for container adapters

winwinashwin opened this issue · comments

It would be great if the macro had support for container adapters std::stack, std::queue and std::priority_queue assuming these weren't left out for some specific reasons

Sounds good. They were not left out for some specific reason.