patrick
/
plasp
Archived
1
0
Fork 0

Added to-do.

This commit is contained in:
Patrick Lühne 2017-06-18 02:01:06 +02:00
parent 195cffbf88
commit b0db73ab2f
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 0 deletions

View File

@ -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> type;
};