Skip to content

Commit 539af74

Browse files
refactor: Add default alias for common_rep_traits
1 parent 34c19a8 commit 539af74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/underlying/traits.cppm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ template <typename T> struct traits {
6060

6161
template <typename LhsRep, typename RhsRep, typename = void>
6262
struct common_rep_traits {
63+
using type = void;
6364
static constexpr bool enabled = false;
6465
};
6566

0 commit comments

Comments
 (0)