Skip to content

Commit 823196c

Browse files
author
Hubert Tong
committed
[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 930b8f9 commit 823196c

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
@@ -4982,7 +4982,7 @@
49824982
has all of the following properties:
49834983
\begin{itemize}
49844984
\item it has a constexpr destructor\iref{dcl.constexpr},
4985-
\item all of its non-static non-variant data members and base classes are of non-volatile literal types, and
4985+
\item all of its non-variant non-static data members and base classes are of non-volatile literal types, and
49864986
\item it
49874987
\begin{itemize}
49884988
\item is a closure type\iref{expr.prim.lambda.closure},

0 commit comments

Comments
 (0)