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



