From d6d54debfc4e1557653b2edf522b206238c80469 Mon Sep 17 00:00:00 2001 From: Codegen Bot Date: Sat, 13 Jul 2024 14:22:02 +0000 Subject: [PATCH] Rerun codegen --- include/slo/impl/union/recursive.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/slo/impl/union/recursive.h b/include/slo/impl/union/recursive.h index e92a3b4..cbfe06c 100644 --- a/include/slo/impl/union/recursive.h +++ b/include/slo/impl/union/recursive.h @@ -7,9 +7,6 @@ namespace slo::impl { template union RecursiveUnion; -template -union RecursiveUnion{}; - template union RecursiveUnion { T value;