Skip to content

Commit 293ec13

Browse files
Eelistkoeppe
authored andcommitted
[dcl.enum] Add index entry for 'fixed' underlying type. (#1667)
1 parent 0ee4e54 commit 293ec13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2059,7 +2059,7 @@
20592059
The underlying type can be explicitly specified using an \grammarterm{enum-base}.
20602060
For a scoped enumeration type, the underlying type is \tcode{int} if it is not
20612061
explicitly specified. In both of these cases, the underlying type is said to be
2062-
\term{fixed}.
2062+
\defnx{fixed}{type!underlying!fixed}.
20632063
Following the closing brace of an \grammarterm{enum-specifier}, each
20642064
enumerator has the type of its enumeration.
20652065
If the underlying type is fixed, the type of each enumerator

0 commit comments

Comments
 (0)