From 924ee1fd93e0730c0a95a1a68a5c2f8b10bbe7a3 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 14 Oct 2025 20:15:28 -0500 Subject: [PATCH] tofrom_string.hpp --- src/tofrom_string.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tofrom_string.hpp b/src/tofrom_string.hpp index 63a778d5..c3bf40ff 100644 --- a/src/tofrom_string.hpp +++ b/src/tofrom_string.hpp @@ -26,5 +26,5 @@ class ToFromString public: virtual std::string to_string() const = 0; virtual int from_string(const std::string_view) = 0; - bool display = false; + bool display = true; };