Skip to content

Commit

Permalink
[container.gen.reqmts] Adjust subclause names and stable tags
Browse files Browse the repository at this point in the history
There are no more cross-references to [container.gen.reqmts] or
[container.requirements.general], so this doesn't affect anything else.
  • Loading branch information
jwakely authored and tkoeppe committed Jul 25, 2023
1 parent d09a77e commit dd32b7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
aligned buffers and call \tcode{construct} to place the element into the buffer.
\end{note}

\rSec2[container.gen.reqmts]{General containers}
\rSec2[container.requirements.general]{General containers}

\rSec3[container.requirements.general]{General}
\rSec3[container.intro.reqmts]{Introduction}

\pnum
In subclause \ref{container.gen.reqmts},
In subclause \ref{container.requirements.general},
\begin{itemize}
\item
\tcode{X} denotes a container class containing objects of type \tcode{T},
Expand Down Expand Up @@ -103,7 +103,7 @@
ranges::@\libconcept{input_range}@<R> && @\libconcept{convertible_to}@<ranges::range_reference_t<R>, T>;
\end{codeblock}

\rSec3[container.reqmts]{Containers}
\rSec3[container.reqmts]{Container requirements}

% Local command to index names as members of all containers.
\newcommand{\indexcont}[1]{%
Expand Down
3 changes: 3 additions & 0 deletions source/xrefdelta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
% \movedxrefiii{old.label}{new.label.1}{new.label.2}{new.label.3}
% \movedxrefs{old.label}{new place (e.g., \tref{blah})}

% https://github.com/cplusplus/draft/pull/6255
\movedxref{container.gen.reqmts}{container.requirements.general}

%%% Deprecated features.
%%% Example:
%
Expand Down

0 comments on commit dd32b7e

Please # to comment.