为什么使用 boost::ice_or 而不是 ||和 boost::ice_and 而不是 &&在启用_如果?
正如问题所述,人们使用结构版本而不是正常条件是否有原因?
As question states, is there a reason why people use the struct version over the normal conditionals?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
摘自整数常量表达式的 Boost 编码指南:
所以我想说永远不要在兼容的编译器上。 (但如果您需要支持不兼容的编译器,请使用它。)
An excerpt from the Boost Coding Guidelines for Integral Constant Expressions:
So I'd say never on a compliant compiler. (But if you need to support non-compliant compilers, use it.)