We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde94b8 commit a1243f6Copy full SHA for a1243f6
source/declarations.tex
@@ -2028,7 +2028,7 @@
2028
An \grammarterm{opaque-enum-declaration} is either a redeclaration
2029
of an enumeration in the current scope or a declaration of a new enumeration.
2030
\begin{note} An enumeration declared by an
2031
-\grammarterm{opaque-enum-declaration} has fixed underlying type and is a
+\grammarterm{opaque-enum-declaration} has a fixed underlying type and is a
2032
complete type. The list of enumerators can be provided in a later redeclaration
2033
with an \grammarterm{enum-specifier}. \end{note} A scoped enumeration
2034
shall not be later redeclared as unscoped or with a different underlying type.
0 commit comments