1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-02 13:43: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-05-18 19:11:27 +02:00
2019-11-10 05:36:16 +10:30
2019-08-18 19:51:14 -04:00
2019-11-29 21:49:05 -05:00
2019-11-25 14:50:25 -05:00
2017-05-31 12:03:05 -04:00
2018-07-06 10:54:56 +02:00
2019-11-29 21:49:05 -05:00
2019-11-10 05:36:16 +10:30
2019-11-29 21:49:05 -05:00
2019-01-11 11:58:00 +01:00
2019-11-29 21:49:05 -05:00
2019-02-19 09:56:02 +01:00