branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-01 23:28:13 -06:00
parent d516a7fb6f
commit 16155c2431

View File

@ -43,6 +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_)
{ {
printf("foo\n");
assert("not currently supported" == NULL); assert("not currently supported" == NULL);
} }
} }