Skip to content

Commit 131bc32

Browse files
committed
Merge 2016-06 CWG Motion 11
2 parents f7d2c6d + 9568734 commit 131bc32

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

source/declarations.tex

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3679,11 +3679,7 @@
36793679
an \grammarterm{attribute-token}, it is considered an identifier. No name
36803680
lookup~(\ref{basic.lookup}) is performed on any of the identifiers contained in an
36813681
\grammarterm{attribute-token}. The \grammarterm{attribute-token} determines additional
3682-
requirements on the \grammarterm{attribute-argument-clause} (if any). The use of an
3683-
\grammarterm{attribute-scoped-token} is conditionally-supported, with
3684-
\impldef{behavior of attribute scoped token} behavior. \begin{note} Each implementation
3685-
should choose a distinctive name for the \grammarterm{attribute-namespace} in an
3686-
\grammarterm{attribute-scoped-token}. \end{note}
3682+
requirements on the \grammarterm{attribute-argument-clause} (if any).
36873683

36883684
\pnum
36893685
Each \grammarterm{attribute-specifier-seq} is said to \defn{appertain} to some entity or
@@ -3698,8 +3694,16 @@
36983694
instantiation~(\ref{temp.explicit}).
36993695

37003696
\pnum
3701-
For an \grammarterm{attribute-token} not specified in this International Standard, the
3697+
For an \grammarterm{attribute-token}
3698+
(including an \grammarterm{attribute-scoped-token})
3699+
not specified in this International Standard, the
37023700
behavior is \impldef{behavior of non-standard attributes}.
3701+
Any \grammarterm{attribute-token} that is not recognized by the implementation
3702+
is ignored.
3703+
\begin{note}
3704+
Each implementation should choose a distinctive name for the
3705+
\grammarterm{attribute-namespace} in an \grammarterm{attribute-scoped-token}.
3706+
\end{note}
37033707

37043708
\pnum
37053709
Two consecutive left square bracket tokens shall appear only

0 commit comments

Comments
 (0)