Adding Type::UNKNOWN
This commit is contained in:
parent
754485e40b
commit
bb675a09d7
|
@ -288,6 +288,9 @@ std::ostream& operator<<(std::ostream &stream, Type const& type) {
|
|||
case Type::VOID:
|
||||
stream << "void";
|
||||
break;
|
||||
case Type::UNKNOWN:
|
||||
stream << "???????????";
|
||||
break;
|
||||
}
|
||||
|
||||
return stream;
|
||||
|
|
Reference in New Issue
Block a user