Felipe Zimmerle 18cdffdbca
Encapsulates int[N] in a class to avoid compilation issues
Depending on the compiler, there may be a compilation issue with the
usage of std::unique_ptr<int[]>. Therefore encapsulating it inside a
regular class.
2018-11-01 11:50:15 -03:00
..
2017-11-13 22:32:11 -03:00
2016-12-28 15:20:06 -03:00
2017-11-13 22:32:11 -03:00
2018-10-23 16:37:54 -03:00