• 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
Name
Last commit
Last update
.github Loading commit data...
doc/tutorials Loading commit data...
modules Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...