Namal:

std::vector<int> foo(int N){

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

VLAs are not present in D.

Bye,
bearophile

Reply via email to