Skip to content

Commit 43af76e

Browse files
Codegen Botgithub-actions[bot]
authored andcommitted
Rerun codegen
1 parent 440da5b commit 43af76e

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
@@ -8,9 +8,6 @@ namespace slo::impl {
88
template <bool Trivial, typename... Ts>
99
union RecursiveUnion;
1010

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

0 commit comments

Comments
 (0)