Page 1 of 1

Variable length arrays in 1.4 beta 2

Posted: Tue Jul 02, 2013 10:25 am
by tkacvins
Hi,

A while ago I had reported an issue building MAGMA on Windows where using variable length arrays are not supported by the Microsoft Visual Studio C++ compiler. I was told that this issue would be addressed for 1.4, but I have run into the issue with 1.4 beta 2. Will this be fixed for the final release?

Thanks,

Tom

Re: Variable length arrays in 1.4 beta 2

Posted: Wed Jul 03, 2013 10:38 am
by mgates3
Thanks. This was an oversight. We corrected the previous instances, but a couple new ones got introduced. Those will be corrected. Detecting them requires using some compiler flags that we don't normally use, but I can add that to our pre-release checks.
-mark