https://issues.dlang.org/show_bug.cgi?id=23970
--- Comment #2 from Vladimir Panteleev <[email protected]> --- That sounds fine to me. I just want to note that maybe deprecation should be a property that is tracked for overload sets; then, maintaining that property on the overload set, and checking if all of the functions in the overload set are deprecated, become a O(1) operation. --
