Do not use VLA in dynafu.cpp
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)
Showing
Please
register
or
sign in
to comment
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)