catchorg / Clara

A simple to use, composable, command line parser for C++ 11 and beyond
Boost Software License 1.0
649 stars 67 forks source link

Fix non standard compliant usage of VLA #27

Closed BMBurstein closed 6 years ago

BMBurstein commented 6 years ago

Variable length arrays are non-standard in C++ and don't compile in VS.

philsquared commented 6 years ago

Sorry, @BMBurstein, I hadn't noticed this PR before - and have since addressed the issue (although need to go further). See https://github.com/philsquared/Clara/commit/7d5daa12f7d271b5d771269e5a6b1ed29a241664 (and the discussion there) for more.