Hacker News new | ask | show | jobs
by divingdragon 1878 days ago
Isn't variable sized array non-standard in C++? Variable sized array is kind of a special thing anyway so I wouldn't be surprised if some compilers do something special with it.

Yes, the term "automatic storage" is more accurate here.