C++ concepts for exact matching in overload resolution
Resolving overload sets in C++ that differ in accepting bool vs
std::string as parameters can cause surprises when we call them with
string literals as arguments. We’ll see how we can work around this
with concepts.
[Read More]