From 969a0551d6808ec5d8de947fb1ebf7657732962b Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 7 Feb 2024 21:06:03 -0600 Subject: [PATCH] branches2.cpp --- src/branches2.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/branches2.cpp b/src/branches2.cpp index 38ce4074..e80bf7dc 100644 --- a/src/branches2.cpp +++ b/src/branches2.cpp @@ -23,6 +23,15 @@ Branches2::Branches2(toml::value const &v_) } } +void +Branches2::copy_enabled_rw(Branches &b_) +{ + for(auto const &bt : _branches) + { + + } +} + int Branches2::clonepath(ghc::filesystem::path basepath_, ghc::filesystem::path relpath_)