File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2068
2068
2069
2069
\item the names in a \grammarterm {template-argument} of a
2070
2070
\grammarterm {template-id} are looked up in the context in which the entire
2071
- \grammarterm {postfix-expression} occurs.
2071
+ \grammarterm {postfix-expression} occurs;
2072
2072
2073
2073
\item the lookup for a name specified in a
2074
2074
\grammarterm {using-declaration}\iref {namespace.udecl } also finds class or
Original file line number Diff line number Diff line change 1368
1368
1369
1369
\item any non-variant non-static data member of const-qualified type (or array
1370
1370
thereof) with no \grammarterm {brace-or-equal-initializer}
1371
- is not const-default-constructible\iref {dcl.init }.
1371
+ is not const-default-constructible\iref {dcl.init },
1372
1372
1373
1373
\item \tcode {X} is a union and all of its variant members are of const-qualified
1374
1374
type (or array thereof),
Original file line number Diff line number Diff line change 2858
2858
determined by stage 1 to a
2859
2859
\tcode {charT}
2860
2860
using a conversion and values returned by members of
2861
- \tcode {use_facet<numpunct<charT>>(loc)}
2861
+ \tcode {use_facet<numpunct<charT>>(loc)}.
2862
2862
\item
2863
2863
Stage 3:
2864
2864
Determine where padding is required.
Original file line number Diff line number Diff line change 5816
5816
\item
5817
5817
a call to any standard library function,
5818
5818
except for plain lock-free atomic operations and
5819
- functions explicitly identified as signal-safe.
5819
+ functions explicitly identified as signal-safe;
5820
5820
\begin {note }
5821
5821
This implicitly excludes the use of \tcode {new} and \tcode {delete} expressions
5822
5822
that rely on a library-provided memory allocator.
Original file line number Diff line number Diff line change 18025
18025
of \tcode{A}'s cv and reference qualifiers, for a non-reference cv-unqualified
18026
18026
type \tcode{U},
18027
18027
\item \tcode{\placeholdernc{COPYCV}(FROM, TO)} be an alias for type \tcode{TO}
18028
- with the addition of \tcode{FROM}'s top-level cv-qualifiers.
18028
+ with the addition of \tcode{FROM}'s top-level cv-qualifiers,
18029
18029
\begin{example}
18030
18030
\tcode{\placeholdernc{COPYCV}(const int, volatile short)} is an alias for
18031
18031
\tcode{const volatile short}.
You can’t perform that action at this time.
0 commit comments