Skip to content

SI-8197 overloading excludes methods with defaults #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/src/reference/ReferencePart.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5471,8 +5471,8 @@ \subsection{Overloading Resolution}
\commadots S_m$.
It is an error if none of the members in $\BB$ is applicable. If there is one
single applicable alternative, that alternative is chosen. Otherwise, let $\CC$
be the set of applicable alternatives which don't employ any default argument
in the application to $e_1 \commadots e_m$. It is again an error if $\CC$ is empty.
be the set of applicable alternatives which don't define any default arguments.
It is again an error if $\CC$ is empty.
Otherwise, one chooses the {\em most specific} alternative among the alternatives
in $\CC$, according to the following definition of being ``as specific as'', and
``more specific than'':
Expand Down