summaryrefslogtreecommitdiff
path: root/src/expand/derive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expand/derive.cpp')
-rw-r--r--src/expand/derive.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expand/derive.cpp b/src/expand/derive.cpp
index 30adadc1..173e2771 100644
--- a/src/expand/derive.cpp
+++ b/src/expand/derive.cpp
@@ -804,6 +804,8 @@ public:
));
}
+ // TODO: Compare the discriminants using the `discriminant_value` intrinsic
+ // - Requires a way of emitting said intrinsic into the AST
for(unsigned int a = 0; a < enm.variants().size(); a ++ )
{
for(unsigned int b = 0; b < enm.variants().size(); b ++ )