From b0db73ab2f5dff99fa1192df3fcb85e6f9c9053a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Sun, 18 Jun 2017 02:01:06 +0200 Subject: [PATCH] Added to-do. --- lib/pddlparse/include/pddlparse/AST.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pddlparse/include/pddlparse/AST.h b/lib/pddlparse/include/pddlparse/AST.h index 40e0843..d08e18c 100644 --- a/lib/pddlparse/include/pddlparse/AST.h +++ b/lib/pddlparse/include/pddlparse/AST.h @@ -55,6 +55,7 @@ struct ConstantDeclaration ConstantDeclaration &operator=(ConstantDeclaration &&other) = delete; std::string name; + // TODO: check whether “either” types should actually be allowed at all std::experimental::optional type; };