From 193b7f5c91ba380cdf5b77ebf42e95a3fe861ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Wed, 31 May 2017 18:07:27 +0200 Subject: [PATCH] Noted to-do. --- include/anthem/ASTVisitors.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/anthem/ASTVisitors.h b/include/anthem/ASTVisitors.h index f651741..b7c8658 100644 --- a/include/anthem/ASTVisitors.h +++ b/include/anthem/ASTVisitors.h @@ -14,6 +14,7 @@ namespace ast // //////////////////////////////////////////////////////////////////////////////////////////////////// +// TODO: refactor template struct RecursiveFormulaVisitor {