lemon/concepts/path.h
changeset 1159 7fdaa05a69a1
parent 832 9ae88e7c04a7
parent 1125 b873350e6258
child 1259 8b2d4e5d96e4
equal deleted inserted replaced
12:7ff945a3768a 14:31fff8abe241
   166           ignore_unused_variable_warning(e);
   166           ignore_unused_variable_warning(e);
   167           ignore_unused_variable_warning(id);
   167           ignore_unused_variable_warning(id);
   168           ignore_unused_variable_warning(ed);
   168           ignore_unused_variable_warning(ed);
   169         }
   169         }
   170         _Path& p;
   170         _Path& p;
       
   171         PathDumperConstraints() {}
   171       };
   172       };
   172 
   173 
   173       template <typename _Digraph, typename _Path>
   174       template <typename _Digraph, typename _Path>
   174       struct PathDumperConstraints<
   175       struct PathDumperConstraints<
   175         _Digraph, _Path,
   176         _Digraph, _Path,
   191           ignore_unused_variable_warning(e);
   192           ignore_unused_variable_warning(e);
   192           ignore_unused_variable_warning(id);
   193           ignore_unused_variable_warning(id);
   193           ignore_unused_variable_warning(ed);
   194           ignore_unused_variable_warning(ed);
   194         }
   195         }
   195         _Path& p;
   196         _Path& p;
       
   197         PathDumperConstraints() {}
   196       };
   198       };
   197 
   199 
   198     }
   200     }
   199 
   201 
   200 
   202