Skip to content

Commit 14ed707

Browse files
[func.wrap.ref.ctor] Restore class T in constant_wrapper constructor head (#9144)
Fixes a misapplication of P3948R1 (from LWG Motion 16 of the Croydon, 2026 meeting).
1 parent e66aa58 commit 14ed707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15804,7 +15804,7 @@
1580415804

1580515805
\indexlibraryctor{function_ref}%
1580615806
\begin{itemdecl}
15807-
template<auto c, class F>
15807+
template<auto c, class F, class T>
1580815808
constexpr function_ref(constant_wrapper<c, F> f, @\cv{}@ T* obj) noexcept;
1580915809
\end{itemdecl}
1581015810

0 commit comments

Comments
 (0)