Skip to content

Commit 2ef19a3

Browse files
jensmaurertkoeppe
authored andcommitted
[basic.fundamental] Fix index entries for sizeof (#1465)
Fixes #1461.
1 parent 141c930 commit 2ef19a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3660,7 +3660,7 @@
36603660
\indextext{type!fundamental}%
36613661
\indextext{type!integral}%
36623662
\indextext{type!floating-point}%
3663-
\indextext{type!implementation-defined @\tcode{sizeof}}%
3663+
\indextext{type!implementation-defined \tcode{sizeof}}%
36643664
\indextext{type!Boolean}%
36653665
\indextext{type!\idxcode{char}}%
36663666
\indextext{type!character}%
@@ -3721,7 +3721,7 @@
37213721
The standard and
37223722
extended signed integer types are collectively called
37233723
\defnx{signed integer types}{signed integer type}.
3724-
\indextext{integral type!implementation-defined @\tcode{sizeof}}%
3724+
\indextext{integral type!implementation-defined \tcode{sizeof}}%
37253725
Plain
37263726
\tcode{int}s have the natural size suggested by the architecture of the
37273727
execution environment%

0 commit comments

Comments
 (0)