Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Did template concepts get to c++14?

Tags:

c++

c++14

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?

like image 400
Ivan Lebediev Avatar asked Aug 19 '14 15:08

Ivan Lebediev


1 Answers

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

like image 159
Some programmer dude Avatar answered Sep 30 '22 15:09

Some programmer dude