Skip to content

Commit b4e849b

Browse files
committed
[string.classes] Avoid special characters in stable labels
and rename [string.comparison] to [string.cmp] per convention
1 parent 602a81d commit b4e849b

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

source/strings.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -1760,7 +1760,7 @@
17601760

17611761
\rSec3[string.modifiers]{Modifiers}
17621762

1763-
\rSec4[string.op+=]{\tcode{basic_string::operator+=}}
1763+
\rSec4[string.op.append]{\tcode{basic_string::operator+=}}
17641764

17651765
\indexlibrarymember{operator+=}{basic_string}%
17661766
\begin{itemdecl}
@@ -3141,7 +3141,7 @@
31413141

31423142
\indexlibrary{\idxcode{basic_string}}
31433143

3144-
\rSec3[string.op+]{\tcode{operator+}}
3144+
\rSec3[string.op.plus]{\tcode{operator+}}
31453145

31463146
\indexlibrarymember{operator+}{basic_string}%
31473147
\begin{itemdecl}
@@ -3319,7 +3319,7 @@
33193319
\end{codeblock}
33203320
\end{itemdescr}
33213321

3322-
\rSec3[string.comparison]{Non-member comparison functions}
3322+
\rSec3[string.cmp]{Non-member comparison functions}
33233323
\begin{itemdecl}
33243324
template<class charT, class traits, class Allocator>
33253325
bool operator==(const basic_string<charT, traits, Allocator>& lhs,

source/xrefdelta.tex

+8-6
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,14 @@
176176
\movedxref{string.find.last.of}{string.find}
177177
\movedxref{string.find.first.not.of}{string.find}
178178
\movedxref{string.find.last.not.of}{string.find}
179-
\movedxref{string.operator==}{string.comparison}
180-
\movedxref{string.op!=}{string.comparison}
181-
\movedxref{string.op<}{string.comparison}
182-
\movedxref{string.op>}{string.comparison}
183-
\movedxref{string.op<=}{string.comparison}
184-
\movedxref{string.op>=}{string.comparison}
179+
\movedxref{string.op+=}{string.op.append}
180+
\movedxref{string.op+}{string.op.plus}
181+
\movedxref{string.operator==}{string.cmp}
182+
\movedxref{string.op!=}{string.cmp}
183+
\movedxref{string.op<}{string.cmp}
184+
\movedxref{string.op>}{string.cmp}
185+
\movedxref{string.op<=}{string.cmp}
186+
\movedxref{string.op>=}{string.cmp}
185187

186188
% Deprecated features.
187189
%\deprxref{old.label} (if moved to depr.old.label, otherwise use \movedxref)

0 commit comments

Comments
 (0)