This commit is contained in:
gingerBill
2018-02-14 21:46:39 +00:00
parent 2e92d0c821
commit 6a85546b76
4 changed files with 51 additions and 9 deletions
+1
View File
@@ -285,6 +285,7 @@ struct CheckerContext {
bool collect_delayed_decls;
bool allow_polymorphic_types;
bool no_polymorphic_errors;
bool in_polymorphic_specialization;
Scope * polymorphic_scope;
};