Hi,
In this function there showed me an error when Build and Run:
Quaterniond q_array[max_length];
error: variable length array of non-POD element type 'Quaterniond'(aka 'Quaternion')
What should I do to solve this? I followed the same instructions on github in Xcode. Thanks!
Hi, In this function there showed me an error when Build and Run: Quaterniond q_array[max_length];')
What should I do to solve this? I followed the same instructions on github in Xcode. Thanks!
error: variable length array of non-POD element type 'Quaterniond'(aka 'Quaternion