Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[over] Replace 'could' and 'might' #4360

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

Merged
merged 1 commit into from
Nov 13, 2020
Merged
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
8 changes: 4 additions & 4 deletions source/overloading.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2156,12 +2156,12 @@
that is not
worse than any
opponent it faced.
Although another function
Although it is possible that another function
\tcode{F}
that
\tcode{W}
did not face
might be at least as good as
is at least as good as
\tcode{W},
\tcode{F}
cannot be the best function because at some point in the
Expand Down Expand Up @@ -2257,7 +2257,7 @@
and whether a function is deleted\iref{dcl.fct.def.delete}, are ignored.
So, although an implicit
conversion sequence can be defined for a given argument-parameter
pair, the conversion from the argument to the parameter might still
pair, the conversion from the argument to the parameter can still
be ill-formed in the final analysis.
\end{note}

Expand Down Expand Up @@ -4199,7 +4199,7 @@
\pnum
A declaration whose \grammarterm{declarator-id} is a
\grammarterm{literal-operator-id} shall be a declaration of a namespace-scope
function or function template (it could be a friend
function or function template (for example, it can be a friend
function\iref{class.friend}), an explicit instantiation or specialization of a
function template, or a \grammarterm{using-declaration}\iref{namespace.udecl}.
A function declared with a \grammarterm{literal-operator-id} is a \defnx{literal
Expand Down