• Nikita Shulga's avatar
    Do not use VLA in dynafu.cpp · 42e04927
    Nikita Shulga authored
    VLA is part of C99, but still not part of C++ standard
    Replace float variable-length-arrays with unique_ptr arrays (which are
    part of C++14)
    42e04927
dynafu.cpp 15.9 KB