Skip to content

Commit 583391e

Browse files
authored
[intro.defs, dcl.init.list] Move definition of direct-non-list-init
Partially fixes ISO/CS-11 (C++23 DIS).
1 parent 4676f76 commit 583391e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

source/declarations.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5755,6 +5755,8 @@
57555755
list-initialization in a direct-initialization context is called
57565756
\defn{direct-list-initialization} and list-initialization in a
57575757
copy-initialization context is called \defn{copy-list-initialization}.
5758+
Direct-initialization that is not list-initialization is called
5759+
\defn{direct-non-list-initialization}.
57585760
\begin{note}
57595761
List-initialization can be used
57605762
\begin{itemize}

source/intro.tex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,6 @@
246246
message belonging to an \impldef{diagnostic message} subset of the
247247
implementation's output messages
248248

249-
\definition{direct-non-list-initialization}{defns.direct.non.list.init}
250-
\indexdefn{direct-non-list-initialization}%
251-
direct-initialization
252-
that is not list-initialization
253-
254249
\indexdefn{type!dynamic}%
255250
\definition{dynamic type}{defns.dynamic.type}
256251
\defncontext{glvalue} type of the most derived object to which the

source/xrefdelta.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424

2525
% DIS comment **-011
2626
\removedxref{defns.arbitrary.stream}
27-
\removedxref{defns.repositional.stream}
27+
\removedxref{defns.direct.non.list.init}
2828
\removedxref{defns.iostream.templates}
29+
\removedxref{defns.repositional.stream}
2930

3031
%%% Renamed sections.
3132
%%% Examples:

0 commit comments

Comments
 (0)