Skip to content

Commit 0446d2f

Browse files
committed
[cpp] Change indirect redirect from '#' to '# operator' (and same for ##).
1 parent ca93ad4 commit 0446d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/preprocessor.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@
768768

769769
\rSec2[cpp.stringize]{The \tcode{\#} operator}%
770770
\indextext{\#\#0 operator@\tcode{\#} operator}%
771-
\indextext{stringize|see{\tcode{\#}}}
771+
\indextext{stringize|see{\tcode{\#} operator}}
772772

773773
\pnum
774774
Each
@@ -815,7 +815,7 @@
815815

816816
\rSec2[cpp.concat]{The \tcode{\#\#} operator}%
817817
\indextext{\#\#1 operator@\tcode{\#\#} operator}%
818-
\indextext{concatenation!macro argument|see{\tcode{\#\#}}}
818+
\indextext{concatenation!macro argument|see{\tcode{\#\#} operator}}
819819

820820
\pnum
821821
A

0 commit comments

Comments
 (0)