fix missing return warning for repeat and axpby (#1124)
This commit is contained in:
@ -743,6 +743,8 @@ repeat(X const& x)
|
||||
} else {
|
||||
return detail::construct(0, x, seq<>{}, make_seq<N>{}, seq<>{});
|
||||
}
|
||||
|
||||
CUTE_GCC_UNREACHABLE;
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user