1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 05:03:52 +00:00
Philip Top 5a25cee383 allow transform to work with arrays. (#349)
* allow transform to work with arrays.  The element_type trait required pointer_traits<T> to be defined for the type which it was for vector but not for array due to decay rules in C++, even though it was not used.  So Element type had to be split into two templates instead of a conditional.

* fix formatting

* clean up array initialization

* add constexpr array test

* add extra braces to make clang happy
2019-11-30 12:00:25 -05:00
..
2019-11-29 21:49:05 -05:00
2019-07-29 00:19:35 -04:00
2019-11-10 05:36:16 +10:30
2019-11-29 21:49:05 -05:00
2019-11-10 05:36:16 +10:30
2019-11-10 05:36:16 +10:30
2019-11-29 21:49:05 -05:00
2019-11-29 21:49:05 -05:00
2019-08-18 19:51:14 -04:00
2019-11-10 05:36:16 +10:30
2019-05-18 19:11:27 +02:00
2019-11-29 21:49:05 -05:00
2019-05-20 14:23:11 +02:00