Skip to content

Commit 1ca7620

Browse files
authored
Merge 2019-07 LWG Motion 20
P1651R0 bind_front should not unwrap reference_wrapper Fixes #3024.
2 parents 0346c61 + cda860a commit 1ca7620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
\tcode{<barrier>} \\ \rowsep
554554
\defnlibxname{cpp_lib_bit_cast} & \tcode{201806L} &
555555
\tcode{<bit>} \\ \rowsep
556-
\defnlibxname{cpp_lib_bind_front} & \tcode{201811L} &
556+
\defnlibxname{cpp_lib_bind_front} & \tcode{201907L} &
557557
\tcode{<functional>} \\ \rowsep
558558
\defnlibxname{cpp_lib_bitops} & \tcode{201907L} &
559559
\tcode{<bit>} \\ \rowsep

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15180,7 +15180,7 @@
1518015180
of type \tcode{FD},
1518115181
direct-non-list-initialized with \tcode{std::forward<F\brk{}>(f)},
1518215182
\item \tcode{BoundArgs} is a pack
15183-
that denotes \tcode{std::unwrap_ref_decay_t<Args>...},
15183+
that denotes \tcode{decay_t<Args>...},
1518415184
\item \tcode{bound_args} is
1518515185
a pack of bound argument entities of \tcode{g}\iref{func.def}
1518615186
of types \tcode{BoundArgs...},

0 commit comments

Comments
 (0)