array function

bearophile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Aug 31 05:00:25 PDT 2015


Namal:

> std::vector<int> foo(int N){
>
> 	std::vector<int> V(N);
> 	int some_array[N];

VLAs are not present in D.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list