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

[2022-07 LWG Motion 1] P2618R0 C++ Standard Library Issues #5667

Merged
merged 26 commits into from Aug 11, 2022

Conversation

burblebee
Copy link
Contributor

@burblebee burblebee commented Jul 28, 2022

@burblebee
Copy link
Contributor Author

The build is failing in check-output.sh because section depr.atomics.flag was removed by this paper (the failure is in the check for "Cross references since the previous standard."). How to make the build happy?

@Mick235711
Copy link
Contributor

Mick235711 commented Jul 28, 2022

The build is failing in check-output.sh because section depr.atomics.flag was removed by this paper (the failure is in the check for "Cross references since the previous standard."). How to make the build happy?

I'm guessing add something like

\removedxref{depr.atomics.flag}

into xrefdelta.tex may satisfy the build script.

But again, I'm no expert in draft LaTeX usage, so I'm not sure if this will fix it or not. Yeah, this fixed the error.

source/utilities.tex Outdated Show resolved Hide resolved
source/utilities.tex Outdated Show resolved Hide resolved
source/ranges.tex Outdated Show resolved Hide resolved
source/utilities.tex Outdated Show resolved Hide resolved
source/threads.tex Outdated Show resolved Hide resolved
Copy link
Member

@jwakely jwakely left a comment

Choose a reason for hiding this comment

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

There is one error in the content, a couple of formatting problems, and a couple of no-op changes to simplify the LaTeX.

@jensmaurer jensmaurer added this to the post-2022-07 milestone Jul 28, 2022
@burblebee burblebee requested a review from jwakely July 28, 2022 21:53
Copy link
Member

@jwakely jwakely left a comment

Choose a reason for hiding this comment

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

Looks good now, thanks

@tkoeppe tkoeppe merged commit 6cce010 into main Aug 11, 2022
@jensmaurer jensmaurer deleted the motions-2022-07-lwg-1 branch November 18, 2022 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment