Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
ed92f3c67d
  1. 3
      src/branches2.cpp

3
src/branches2.cpp

@ -19,7 +19,8 @@ Branches2::Branches2(toml::value const &v_)
{
auto const &branch_table = branch.as_table();
if(branch_table["type"] == "literal")
printf("literal\n");
}
}
}
Loading…
Cancel
Save