mirror of
https://github.com/boostorg/graph.git
synced 2026-02-26 16:52:12 +00:00
Merged r66528,66559,66960,67010,67012,67033,67035,67038,67040,67069,67086,67723,67914 from trunk
[SVN r67970]
This commit is contained in:
@@ -92,7 +92,6 @@ public:
|
||||
// Search for edges
|
||||
BOOST_FOREACH(const ptree::value_type& edge, *gr) {
|
||||
if (edge.first != "edge") continue;
|
||||
std::string id = edge.second.get<std::string>(path("<xmlattr>/id"));
|
||||
std::string source = edge.second.get<std::string>(path("<xmlattr>/source"));
|
||||
std::string target = edge.second.get<std::string>(path("<xmlattr>/target"));
|
||||
std::string local_directed = edge.second.get(path("<xmlattr>/directed"), "");
|
||||
|
||||
Reference in New Issue
Block a user