GSF AlignedDynArray, create .icc for impl, add move ctor/assignmen and a couple of static asserts
- Move the implementation to an
.icc
- Add move ctor/assignment operator
- Add the requirements for the posix_memalign as
static_asserts
http://man7.org/linux/man-pages/man3/posix_memalign.3.html. Try to avoid obviously invalid uses.
Mentioning @amorley