branch_tier.cpp

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

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");
}
}