Skip to content

Commit dd32b7e

Browse files
jwakelytkoeppe
authored andcommitted
[container.gen.reqmts] Adjust subclause names and stable tags
There are no more cross-references to [container.gen.reqmts] or [container.requirements.general], so this doesn't affect anything else.
1 parent d09a77e commit dd32b7e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

source/containers.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
aligned buffers and call \tcode{construct} to place the element into the buffer.
7070
\end{note}
7171

72-
\rSec2[container.gen.reqmts]{General containers}
72+
\rSec2[container.requirements.general]{General containers}
7373

74-
\rSec3[container.requirements.general]{General}
74+
\rSec3[container.intro.reqmts]{Introduction}
7575

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

106-
\rSec3[container.reqmts]{Containers}
106+
\rSec3[container.reqmts]{Container requirements}
107107

108108
% Local command to index names as members of all containers.
109109
\newcommand{\indexcont}[1]{%

source/xrefdelta.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
% \movedxrefiii{old.label}{new.label.1}{new.label.2}{new.label.3}
3131
% \movedxrefs{old.label}{new place (e.g., \tref{blah})}
3232

33+
% https://github.com/cplusplus/draft/pull/6255
34+
\movedxref{container.gen.reqmts}{container.requirements.general}
35+
3336
%%% Deprecated features.
3437
%%% Example:
3538
%

0 commit comments

Comments
 (0)