Browse Source

branch_tier.cpp

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

2
src/branch_tier.cpp

@ -16,7 +16,7 @@ BranchTier::BranchTier(toml::value const &v_)
auto const &table = branch.as_table(); auto const &table = branch.as_table();
std::string type; std::string type;
type = table.at("type");
type = table.at("type").as_string();
fmt::print("{}\n",type); fmt::print("{}\n",type);
} }

Loading…
Cancel
Save