Boost (BGL):如何消除我的错误混淆?
我似乎记得读到过一种“减少”与 boost 库相关的编译器错误中模板溢出大小的方法。 我记得它为模板参数提供了比编译器默认命名更好的名称(这非常可怕)。
这是真的吗,还是我梦到的? 我一直在试图找到我在哪里读到这篇文章,但我似乎找不到任何东西 - 有什么办法吗?
I seem to recall reading about a way to 'reduce' the size of template spew in compiler errors associated with the boost libraries. My recollection is that it gives the template parameters nicer names than the compiler default naming (which is quite horrid).
Is this real, or did I dream about it? I've been trying to find where I read this but I can't seem to locate anything - is there a way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我听说这很有效。
http://www.bdsoft.com/tools/stlfilt.html
这是一个解析错误消息的 perl 脚本生成更易读的版本
I have heard this works well.
http://www.bdsoft.com/tools/stlfilt.html
It is a perl script that parses the error messages a generates more readable versions
女士们先生们 这个 GCC 扩展正是我的想法的 ...
Ladies and Gentlemen this GCC extension is exactly what I was thinking of ...