Browse Source

branch_tier.cpp

toml4
Antonio SJ Musumeci 8 months ago
parent
commit
b7ceb1e083
  1. 3
      src/branch_tier.cpp

3
src/branch_tier.cpp

@ -15,12 +15,13 @@ namespace l
uint64_t const min_free_space_,
std::vector<Branch2> &branches_)
{
branches_.emplace_back(v_);
branches_.emplace_back(v_,min_free_space_);
}
static
void
load_branch_glob(toml::table const &v_,
uint64_t const min_free_space_,
std::vector<Branch2> &branches_)
{
toml::table table;

Loading…
Cancel
Save