Add implicitly-sized initialized arrays (and a small fix)

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Add implicitly-sized initialized arrays (and a small fix)

Add implicitly-sized initialized arrays (and a small fix)

by phantombeta » Sun Jan 06, 2019 7:53 pm

PR link.
Also fixed the compiler giving you an internal error message if you provide no size for fixed-size arrays, made the multi-dimensional array with initializer check slightly stricter and fixed dynamic arrays not being cleared before they're initialized.

Top