From 7204a306b57bb1f06a44a95424f4823936c8434e Mon Sep 17 00:00:00 2001 From: Philip Top Date: Sat, 26 Jul 2025 09:05:19 -0700 Subject: [PATCH 1/4] Address Issue #881, allowing use of string_view in the as method on methods. --- include/CLI/Option.hpp | 6 ++++-- tests/AppTest.cpp | 1 + tests/OptionTypeTest.cpp | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/include/CLI/Option.hpp b/include/CLI/Option.hpp index deb1f3e31..68e1c7979 100644 --- a/include/CLI/Option.hpp +++ b/include/CLI/Option.hpp @@ -319,7 +319,7 @@ class Option : public OptionBase