Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
3fe9d52faf
  1. 10
      src/branches2.cpp

10
src/branches2.cpp

@ -29,16 +29,6 @@ Branches2::Branches2(toml::value const &v_)
} }
} }
void
Branches2::copy_enabled_rw(Branches2 &b_) const
{
if(b_._branches.size() < _branches.size())
b_._branches.resize(_branches.size());
for(int i = 0; i < _branches.size(); i++)
_branches[i].copy_enabled_rw(b_._branches[i]);
}
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