Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
011716d471
  1. 2
      src/branches2.cpp

2
src/branches2.cpp

@ -17,7 +17,7 @@ Branches2::Branches2(toml::value const &v_)
for(auto const &branch : branches.as_array()) for(auto const &branch : branches.as_array())
{ {
auto const &branch_table = branch.as_table();
auto const &branch_table = branch;//.as_table();
if(toml::find<std::string>(branch_table,"type") == "literal"); if(toml::find<std::string>(branch_table,"type") == "literal");
} }

Loading…
Cancel
Save