Did template concepts get to c++14?

﹥>﹥吖頭↗ 提交于 2019-12-30 18:42:48

问题


Concepts is nice feature that for example replaces ugly compiler error output when something is wrong with template instantiation with nice readable messages. Unfortunately they did not get to C++11

Does anybody know if it made it to C++14?


回答1:


No, but this interview with Bjarne Strostrup says that they will be put into "Technical Specifications" that implementors may use.



来源:https://stackoverflow.com/questions/25387888/did-template-concepts-get-to-c14

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!