Skip to content

Commit 9fac1ff

Browse files
committed
fixups: direct-initialization (not direct initialization)
1 parent f9fac8b commit 9fac1ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4539,12 +4539,12 @@
45394539
\item
45404540
Each successive temporary object
45414541
is initialized from the previous one
4542-
as if by direct initialization if \tcode{X} is a scalar type,
4542+
as if by direct-initialization if \tcode{X} is a scalar type,
45434543
otherwise by using an eligible trivial constructor.
45444544
\item
45454545
The function parameter or return object is initialized
45464546
from the final temporary
4547-
as if by direct initialization if \tcode{X} is a scalar type,
4547+
as if by direct-initialization if \tcode{X} is a scalar type,
45484548
otherwise by using an eligible trivial constructor.
45494549
\end{itemize}
45504550
(In all cases, the eligible constructor is used

0 commit comments

Comments
 (0)