We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf46f6f commit 82d9578Copy full SHA for 82d9578
include/slo/impl/union/recursive.h
@@ -7,9 +7,6 @@ namespace slo::impl {
7
template <bool Trivial, typename... Ts>
8
union RecursiveUnion;
9
10
-template <bool Trivial>
11
-union RecursiveUnion<Trivial>{};
12
-
13
template <bool Trivial, typename T>
14
union RecursiveUnion<Trivial, T> {
15
T value;
0 commit comments