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

[stacktrace.basic.cmp] Update 'lexicographical_­compare_­3way' #4473

Closed
wants to merge 2 commits into from

Conversation

lam-work-group
Copy link
Contributor

The name has been changed to lexicographical_compare_three_way by P1614R2.

The name has been changed to 'lexicographical_compare_three_way' by P1614R2.
@@ -21723,7 +21723,7 @@
\pnum
\returns
\tcode{x.size() <=> y.size()} if \tcode{x.size() != y.size()};
\tcode{lexicographical_compare_3way(\newline
\tcode{lexicographical_compare_three_way(\newline
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The manual \newline needs to go, otherwise we get a bad line break.

Suggested change
\tcode{lexicographical_compare_three_way(\newline
\tcode{lexicographical_compare_three_way(

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you actually build the PDF with that change? Now there is an extra space after the (, so some more fixes are in order.

Further, your name shows up as

Author: lam-work-group <77063444+lam-work-group@users.noreply.github.com>

in the resulting git history. Is that how you wish to be cited?

@jensmaurer
Copy link
Member

See #4474 for the fixed pull request.

@tkoeppe
Copy link
Contributor

tkoeppe commented Feb 1, 2021

This was fixed by #4474. Thanks for bringing this up!

@tkoeppe tkoeppe closed this Feb 1, 2021
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

3 participants