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 440da5b commit 43af76eCopy full SHA for 43af76e
include/slo/impl/union/recursive.h
@@ -8,9 +8,6 @@ namespace slo::impl {
8
template <bool Trivial, typename... Ts>
9
union RecursiveUnion;
10
11
-template <bool Trivial>
12
-union RecursiveUnion<Trivial>{};
13
-
14
template <bool Trivial, typename T>
15
union RecursiveUnion<Trivial, T> {
16
T value;
0 commit comments