简体   繁体   中英

Are there g++ or clang++ debug options to guide variadic templateing

Is there a way in g++ or clang++ to see which instances of function templates are generated and where they are generate by which statement?

I try to understand how https://github.com/tomaka/luawrapper/blob/master/include/LuaContext.hpp works.

Is there a recursive pattern matching compile trace that one can enabled to see template dependencies and how template packs are consumed?

您正在寻找templight调试器

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM