branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-01 23:31:27 -06:00
parent 1d2672314b
commit 77b9965843

View File

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