简体   繁体   English

是否有g ++或clang ++调试选项来指导可变参数模板化

[英]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? 在g ++或clang ++中,有没有一种方法可以查看生成哪些函数模板实例以及哪个语句中生成它们的位置?

I try to understand how https://github.com/tomaka/luawrapper/blob/master/include/LuaContext.hpp works. 我尝试了解https://github.com/tomaka/luawrapper/blob/master/include/LuaContext.hpp的工作方式。

Is there a recursive pattern matching compile trace that one can enabled to see template dependencies and how template packs are consumed? 是否可以使用递归模式匹配编译跟踪来查看模板依赖性以及如何使用模板包?

您正在寻找templight调试器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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