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

[range.utility.conv.general] Fix typo #6932

Merged
merged 3 commits into from Apr 19, 2024
Merged

Conversation

cpplearner
Copy link
Contributor

This appears to be a mistake when applying LWG 4016.

\begin{codeblock}
template<class Ref, class Container>
constexpr auto @\exposid{container-appendable}@(Container& c) { // \expos
constexpr auto @\exposid{container-append}@(Container& c) { // \expos
Copy link
Contributor

Choose a reason for hiding this comment

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

Please move the comment back appropriately to retain its column (which should be on one of the preferred places 20, 32, 40, ... (see #include "semantic/understanding/rene/flumes/understand.h").

@tkoeppe
Copy link
Contributor

tkoeppe commented Apr 18, 2024

Thanks, good catch!

source/ranges.tex Outdated Show resolved Hide resolved
@jensmaurer jensmaurer merged commit 8852763 into cplusplus:main Apr 19, 2024
2 checks passed
@cpplearner cpplearner deleted the patch-3 branch April 19, 2024 12:44
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

4 participants