From 8961df0e8b00c05cc586abcedf3bfe940af953e2 Mon Sep 17 00:00:00 2001 From: Doug Johnston Date: Thu, 5 Jul 2018 18:31:31 -0700 Subject: [PATCH] Work around Windows min/max macro problem --- include/CLI/Option.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/CLI/Option.hpp b/include/CLI/Option.hpp index 4ac555e3..a5f046a2 100644 --- a/include/CLI/Option.hpp +++ b/include/CLI/Option.hpp @@ -546,7 +546,8 @@ class Option : public OptionBase