Skip to content

Commit

Permalink
Update include/stdexec/__detail/__meta.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler authored Oct 21, 2024
1 parent c667407 commit 9e4e817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/stdexec/__detail/__meta.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ namespace stdexec {

struct __if_ {
//! Metafunction selects `_True` if the bool template is `true`, otherwise the second.
//! That is, `__<true>::__f<A, B>` is `A` and `__false<>::__f<A, B>` is B.
//! That is, `__<true>::__f<A, B>` is `A` and `__<false>::__f<A, B>` is B.
//! This is similar to `std::conditional_t<Cond, A, B>`.
template <bool>
struct __ {
Expand Down

0 comments on commit 9e4e817

Please sign in to comment.