From 3006f82bf62377efd1f49318c35f0b5281e732c7 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Thu, 23 Nov 2017 22:32:30 -0500 Subject: [PATCH] Making validators run before and with a reference --- include/CLI/Option.hpp | 22 ++++++++++++---------- include/CLI/Validators.hpp | 10 +++++----- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/include/CLI/Option.hpp b/include/CLI/Option.hpp index b44d06d7..81004b3a 100644 --- a/include/CLI/Option.hpp +++ b/include/CLI/Option.hpp @@ -148,7 +148,7 @@ class Option : public OptionBase