Skip to content

Commit ed9fd6c

Browse files
authored
Merge pull request #1662 from jehelset/jeh/variant-public-at
Make `__variant::__at` a public alias template.
2 parents 4dd03c9 + a912ba0 commit ed9fd6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/stdexec/__detail/__variant.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@ namespace stdexec {
9393
}
9494
}
9595

96+
public:
97+
9698
template <std::size_t _Ny>
9799
using __at = __m_at_c<_Ny, _Ts...>;
98100

99-
public:
100101
// immovable:
101102
__variant(__variant &&) = delete;
102103

0 commit comments

Comments
 (0)