From ec45b4dd950c51e1a37bb57d28b66f055ee7a883 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 10 Mar 2024 17:06:06 -0500 Subject: [PATCH] branches2.hpp --- src/branches2.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/branches2.hpp b/src/branches2.hpp index d3ac6492..6df321de 100644 --- a/src/branches2.hpp +++ b/src/branches2.hpp @@ -3,7 +3,6 @@ #include "branch2.hpp" #include "branch_tier.hpp" -#include "nonstd/optional.hpp" #include "toml.hpp" #include @@ -25,7 +24,7 @@ public: std::vector::const_iterator end() const { return _branches.end(); } public: - nonstd::optional min_free_space; + uint64_t min_free_space; private: std::vector _branches;