Skip to content

Commit 9854e72

Browse files
Hubert Tongtkoeppe
authored andcommitted
[basic.types.general] Change ordering to "non-variant non-static"
The definition of literal type is the only place where "non-static non-variant data member" is used as opposed to "non-variant non-static data member". Change to use the canonical ordering.
1 parent 9b7f5cc commit 9854e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5060,7 +5060,7 @@
50605060
has all of the following properties:
50615061
\begin{itemize}
50625062
\item it has a constexpr destructor\iref{dcl.constexpr},
5063-
\item all of its non-static non-variant data members and base classes are of non-volatile literal types, and
5063+
\item all of its non-variant non-static data members and base classes are of non-volatile literal types, and
50645064
\item it
50655065
\begin{itemize}
50665066
\item is a closure type\iref{expr.prim.lambda.closure},

0 commit comments

Comments
 (0)