Skip to content

[inplace.vector.overview] Constexpr iterator requirements #7138

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9520,10 +9520,8 @@
for operations where there is additional semantic information.

\pnum
For any \tcode{N},
\tcode{inplace_vector<T, N>::iterator} and
\tcode{inplace_vector<T, N>::const_iterator}
meet the constexpr iterator requirements.
The types \tcode{iterator} and \tcode{const_iterator} meet
the constexpr iterator requirements\iref{iterator.requirements.general}.
Comment on lines +9523 to +9524
Copy link
Contributor

Choose a reason for hiding this comment

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

IMO it would be better to move this paragraph after the synopsis. It seems less clear to remove inplace_vector<T, N>:: here.


\pnum
For any $\tcode{N} > 0$,
Expand Down
Loading