Browse Source

branch_tier.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
8d8bbfc27f
  1. 2
      src/branch_tier.cpp

2
src/branch_tier.cpp

@ -23,8 +23,8 @@ BranchTier::BranchTier(toml::value const &v_)
for(auto const &branch : branches) for(auto const &branch : branches)
{ {
std::string type;
auto const &table = branch.as_table(); auto const &table = branch.as_table();
std::string type;
type = table.at("type").as_string(); type = table.at("type").as_string();
if(type == "literal") if(type == "literal")

Loading…
Cancel
Save