branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-01 23:27:46 -06:00
parent 141486564e
commit d516a7fb6f

View File

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