From a63609102ac90f0eb8e4f616bb5c28853c40d256 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Wed, 27 Jun 2018 17:55:42 +0200 Subject: [PATCH] Support empty lambdas --- include/CLI/Option.hpp | 10 ++++------ tests/AppTest.cpp | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/include/CLI/Option.hpp b/include/CLI/Option.hpp index a1e65ffb..f594ca61 100644 --- a/include/CLI/Option.hpp +++ b/include/CLI/Option.hpp @@ -226,12 +226,10 @@ class Option : public OptionBase