Skip to content

Commit 82d9578

Browse files
Codegen Botgithub-actions[bot]
authored andcommitted
Rerun codegen
1 parent bf46f6f commit 82d9578

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/slo/impl/union/recursive.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ namespace slo::impl {
77
template <bool Trivial, typename... Ts>
88
union RecursiveUnion;
99

10-
template <bool Trivial>
11-
union RecursiveUnion<Trivial>{};
12-
1310
template <bool Trivial, typename T>
1411
union RecursiveUnion<Trivial, T> {
1512
T value;

0 commit comments

Comments
 (0)