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

Apply P0663R0 PR for 318: common_iterator::operator-> does not specif… #452

Merged
merged 1 commit into from Jul 18, 2017

Conversation

CaseyCarter
Copy link
Collaborator

…y its return type

Fixes #318.

@@ -4029,35 +4029,40 @@
\indexlibrary{\idxcode{operator->}!\idxcode{common_iterator}}%
\indexlibrary{\idxcode{common_iterator}!\idxcode{operator->}}%
\begin{itemdecl}
@\seebelow@ operator->() const requires Readable<I>;
decltype(auto) operator->() const requires Readable<I>;
Copy link
Owner

Choose a reason for hiding this comment

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

This will be Readable<I const> after #368. Just sayin'.

iterators.tex Outdated
\end{codeblock}

\item
Otherwise, \tcode{return proxy(*iter);} where proxy is the exposition-only class:
Copy link
Owner

Choose a reason for hiding this comment

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

"proxy" needs to be in code font here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fix pending.

@CaseyCarter
Copy link
Collaborator Author

All fixed.

@CaseyCarter CaseyCarter merged commit 340cc5b into master Jul 18, 2017
@CaseyCarter CaseyCarter deleted the issue_318 branch July 18, 2017 22:30
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