Skip to content

Commit 3b2a8ee

Browse files
JohelEGPtkoeppe
authored andcommitted
[func.wrap.ref.class] change deduction guide to match its detailed specifications
1 parent f61a2c8 commit 3b2a8ee

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
@@ -14130,8 +14130,8 @@
1413014130
function_ref(F*) -> function_ref<F>;
1413114131
template<auto f>
1413214132
function_ref(nontype_t<f>) -> function_ref<@\seebelow@>;
14133-
template<auto f>
14134-
function_ref(nontype_t<f>, auto) -> function_ref<@\seebelow@>;
14133+
template<auto f, class T>
14134+
function_ref(nontype_t<f>, T&&) -> function_ref<@\seebelow@>;
1413514135
}
1413614136
\end{codeblock}
1413714137

0 commit comments

Comments
 (0)