Skip to content

Commit 33d9eb9

Browse files
refactor: Remove unused type aliases in operators module
1 parent f648925 commit 33d9eb9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/operations/operators.cppm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,6 @@ constexpr auto apply_assign(Lhs &lhs, Rhs const &rhs)
510510
using lhs_value_type = lhs_traits::value_type;
511511
using lhs_value_policy = lhs_traits::value_policy;
512512
using lhs_rep = underlying::traits<lhs_value_type>::rep_type;
513-
using out_primitive = primitive_dispatch_result_t<OpTag, Lhs, Rhs,
514-
ErrorPayload>::value_type;
515-
using common_rep = meta::traits<out_primitive>::value_type;
516513

517514
auto out = apply<OpTag, Lhs, Rhs, ErrorPayload>(lhs, rhs);
518515
if (!out.has_value()) {

0 commit comments

Comments
 (0)