vector and vector test are finally working! Also found some bugs that I don't have time to fix before bed. Added file future_features.txt to keep track of bugs and features.
This commit is contained in:
10
future_features.txt
Normal file
10
future_features.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Declaration of a pointer and multiplication are ambigious!
|
||||
( T* a; maybe either a declaration or a multiplication)
|
||||
|
||||
Fix destructors being placed after return.
|
||||
Fix functions before declaration? (in class? (this is from an old file))
|
||||
Template instantiation without explicit type param
|
||||
Fix // comment right before top level function declaration. Something to do
|
||||
with the return as /* comment */ does not have that problem
|
||||
for in or for each loops
|
||||
Traits on aliases, maybe that keep their old traits?
|
||||
Reference in New Issue
Block a user