Skip to content
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

[text.encoding.overview] Use same parameter names as detailed description #6768

Merged
merged 1 commit into from Jan 12, 2024

Conversation

jwakely
Copy link
Member

@jwakely jwakely commented Jan 12, 2024

[text.encoding.cmp] calls these parameters a and b so the synopsis should either not name them, or use the same names.

draft/source/locales.tex

Lines 5021 to 5033 in 7443302

\indexlibrarymember{operator==}{text_encoding}%
\begin{itemdecl}
friend constexpr bool operator==(const text_encoding& a, const text_encoding& b) noexcept;
\end{itemdecl}
\begin{itemdescr}
\pnum
\returns
If \tcode{a.\exposid{mib_} == id::other \&\& b.\exposid{mib_} == id::other}
is \tcode{true},
then \tcode{\exposid{comp-name}(a.\exposid{name_},\linebreak{}b.\exposid{name_})}.
Otherwise, \tcode{a.\exposid{mib_} == b.\exposid{mib_}}.
\end{itemdescr}

Partially addresses #3255

@jensmaurer jensmaurer merged commit b67e0b7 into cplusplus:main Jan 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants