问题
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