We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72a548e + e838254 commit 63d153fCopy full SHA for 63d153f
1 file changed
include/stdexec/__detail/__meta.hpp
@@ -96,7 +96,7 @@ namespace stdexec {
96
97
template <class _Tp>
98
requires __typename<__mtypeof<_Tp::value>>
99
- inline constexpr auto __v<_Tp> = _Tp::value;
+ inline constexpr __mtypeof<_Tp::value> __v<_Tp> = _Tp::value;
100
101
// These specializations exist because instantiating a variable template is cheaper than
102
// instantiating a class template.
0 commit comments