2
0
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:
Jeremiah Willcock
2011-01-11 18:52:51 +00:00
parent dcd9920780
commit bd69c0c5cf
14 changed files with 17 additions and 12 deletions

View File

@@ -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"), "");