Quick Q: Why do =delete'd functions participate in overload resolution? -- StackOverflow
Why do C++11-
delete
d functions participate in overload resolution?Why does C++11 make "
delete
d" functions participate in overload resolution? Why is this useful? Or in other words, why are they hidden instead of being deleted entirely?