Concepts likely to be in the C++ standard (C++17, or maybe C++20).
So I wonder if this new feature can completely replace SFINAE, or it's just a small version of SFINAE with nice error reports and type checking.
Are there any cases when SFINAE is the only choice instead of using Concepts?
for
“replaced”goto
? – Stitch