From 2990ea3dd375ba5b56c7b4f7b2a5144da9d9f571 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 22:20:26 -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 e6a682ae..7251e6af 100644 --- a/src/branches2.cpp +++ b/src/branches2.cpp @@ -18,3 +18,12 @@ Branches2::Branches2(toml::value const &v_) _branches.emplace_back(tier); } } + +int +Branches2::clonepath(ghc::filesystem::path basepath_, + ghc::filesystem::path relpath_) +{ + + + return 0; +}