Added to-do.
This commit is contained in:
parent
195cffbf88
commit
b0db73ab2f
@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user