From 3cb75b903e12b31acd26075110c5bba64f9d04f8 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Tue, 26 Jun 2018 17:44:44 +0200 Subject: [PATCH] Correcting the logic for sized types in vectors --- include/CLI/Option.hpp | 18 ++++++++++++------ tests/AppTest.cpp | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/include/CLI/Option.hpp b/include/CLI/Option.hpp index 3bb24340..a1e65ffb 100644 --- a/include/CLI/Option.hpp +++ b/include/CLI/Option.hpp @@ -560,12 +560,18 @@ class Option : public OptionBase