Skip to content

Commit 836ef9e

Browse files
jensmaurerJohelEGP
andauthored
Apply suggestions from code review
Co-authored-by: Johel Ernesto Guerrero Peña <[email protected]>
1 parent 4648b20 commit 836ef9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18444,7 +18444,7 @@
1844418444
an array of unknown bound. \\ \rowsep
1844518445

1844618446
\indexlibraryglobal{reference_constructs_from_temporary}%
18447-
\tcode{template<class T>}\br
18447+
\tcode{template<class T, class U>}\br
1844818448
\tcode{struct reference_constructs_from_temporary;} &
1844918449
\tcode{conjunction_v<is_reference<T>, is_constructible<T, U>>}
1845018450
is \tcode{true}, and
@@ -18454,7 +18454,7 @@
1845418454
complete types, \cv{}~\keyword{void}, or arrays of unknown bound. \\ \rowsep
1845518455

1845618456
\indexlibraryglobal{reference_converts_from_temporary}%
18457-
\tcode{template<class T>}\br
18457+
\tcode{template<class T, class U>}\br
1845818458
\tcode{struct reference_converts_from_temporary;} &
1845918459
\tcode{conjunction_v<is_reference<T>, is_convertible<U, T>>} is \tcode{true},
1846018460
and the initialization \tcode{T t = \exposid{VAL}<U>;} binds \tcode{t} to

0 commit comments

Comments
 (0)