Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
969a0551d6
  1. 9
      src/branches2.cpp

9
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 int
Branches2::clonepath(ghc::filesystem::path basepath_, Branches2::clonepath(ghc::filesystem::path basepath_,
ghc::filesystem::path relpath_) ghc::filesystem::path relpath_)

Loading…
Cancel
Save