Skip to content
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