summaryrefslogtreecommitdiffstats
path: root/argument.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'argument.hpp')
-rw-r--r--argument.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/argument.hpp b/argument.hpp
index c314006..9d0ab06 100644
--- a/argument.hpp
+++ b/argument.hpp
@@ -30,7 +30,7 @@ class ArgumentParser
static void usage(char** argv);
- static constexpr auto true_string = "true";
+ static const std::string true_string;
static const std::string empty_string;
private:
OpenPOWER on IntegriCloud