Source_Code_Location.hash; %#v printing for Source_Code_Location; allow typeid for map keys

This commit is contained in:
gingerBill
2019-01-05 15:56:47 +00:00
parent aac643f476
commit 5acea1bceb
6 changed files with 58 additions and 6 deletions

View File

@@ -1151,6 +1151,9 @@ bool is_type_valid_for_keys(Type *t) {
if (is_type_pointer(t)) {
return true;
}
if (is_type_typeid(t)) {
return true;
}
return false;
}