We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a39355 commit 2c1bcd6Copy full SHA for 2c1bcd6
1 file changed
include/stdexec/__detail/__meta.hpp
@@ -123,7 +123,7 @@ namespace stdexec {
123
124
// `decltype(_Np)` instead of `auto` to work around NVHPC/EDG bug.
125
template <auto _Np>
126
- inline constexpr decltype(_Np) __v<__mconstant<_Np>> = _Np;
+ inline constexpr __mtypeof<_Np> __v<__mconstant<_Np>> = _Np;
127
128
template <std::size_t _Np>
129
inline constexpr std::size_t __v<__u8 (*)[_Np]> = _Np - 1; // see definition of __msize_t
0 commit comments