From 823196c758b1a08f8145d77cc23a228e4e72c6fa Mon Sep 17 00:00:00 2001 From: Hubert Tong Date: Thu, 13 Feb 2025 17:01:13 -0500 Subject: [PATCH] [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. --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index 334e952590..9016be2705 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -4982,7 +4982,7 @@ has all of the following properties: \begin{itemize} \item it has a constexpr destructor\iref{dcl.constexpr}, -\item all of its non-static non-variant data members and base classes are of non-volatile literal types, and +\item all of its non-variant non-static data members and base classes are of non-volatile literal types, and \item it \begin{itemize} \item is a closure type\iref{expr.prim.lambda.closure},