branches2.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-07 22:25:21 -06:00
parent 0c75e08b8a
commit 9ae8b8095c

View File

@ -26,9 +26,12 @@ Branches2::Branches2(toml::value const &v_)
void
Branches2::copy_enabled_rw(Branches2 &b_)
{
_branches.resize(b_._branches.size());
for(auto const &bt : _branches)
{
BranchTier newbt;
bt.copy_enabled_rw(newbt)
}
}