Got the new scoping working! Still some odd stuff happening to certian templates, and I think vector is having problems with new/traits. Really need to get canonnical filenames and what not worked out
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
typedef unqualified_class {
|
||||
|int| number;
|
||||
|qualified_class*| construct(|int| num) {
|
||||
|unqualified_class*| construct(|int| num) {
|
||||
number = num;
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user