File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3964
3964
a template specialization.
3965
3965
3966
3966
\pnum
3967
- A name or entity declared without the \tcode {deprecated} attribute can later be re-declared
3967
+ A name or entity declared without the \tcode {deprecated} attribute can later be redeclared
3968
3968
with the attribute and vice-versa. \begin {note } Thus, an entity initially declared without the
3969
3969
attribute can be marked as deprecated by a subsequent redeclaration. However, after an entity
3970
3970
is marked as deprecated, later redeclarations do not un-deprecate the entity. \end {note }
Original file line number Diff line number Diff line change 48
48
introduced by the \grammarterm {decl-specifier-seq} or the
49
49
\grammarterm {declarator} of the condition) is in scope from its point of
50
50
declaration until the end of the substatements controlled by the
51
- condition. If the name is re-declared in the outermost block of a
51
+ condition. If the name is redeclared in the outermost block of a
52
52
substatement controlled by the condition, the declaration that
53
- re-declares the name is ill-formed.
53
+ redeclares the name is ill-formed.
54
54
\begin {example }
55
55
56
56
\begin {codeblock }
You can’t perform that action at this time.
0 commit comments