branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-01 23:27:18 -06:00
parent 773e611c1e
commit 2781cc1bb4

View File

@ -43,7 +43,7 @@ namespace l
load_branch_scan(toml::table const &v_,
std::vector<Branch2> &branches_)
{
assert("not currently supported",0);
assert(("not currently supported",0));
}
}