Fix compile issue on windows
A variable length array declaration was used. That is not part of the official C++11 standard and is not supported on all compilers.
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
A variable length array declaration was used. That is not part of the official C++11 standard and is not supported on all compilers.