lemon/concepts/path.h
changeset 1125 b873350e6258
parent 606 c5fd2d996909
child 1127 be7dd3a8d6a3
child 1257 3e711ee55d31
equal deleted inserted replaced
11:62f45f90425f 13:6fae87e08460
   157           ignore_unused_variable_warning(e);
   157           ignore_unused_variable_warning(e);
   158           ignore_unused_variable_warning(id);
   158           ignore_unused_variable_warning(id);
   159           ignore_unused_variable_warning(ed);
   159           ignore_unused_variable_warning(ed);
   160         }
   160         }
   161         _Path& p;
   161         _Path& p;
       
   162         PathDumperConstraints() {}
   162       };
   163       };
   163 
   164 
   164       template <typename _Digraph, typename _Path>
   165       template <typename _Digraph, typename _Path>
   165       struct PathDumperConstraints<
   166       struct PathDumperConstraints<
   166         _Digraph, _Path,
   167         _Digraph, _Path,
   182           ignore_unused_variable_warning(e);
   183           ignore_unused_variable_warning(e);
   183           ignore_unused_variable_warning(id);
   184           ignore_unused_variable_warning(id);
   184           ignore_unused_variable_warning(ed);
   185           ignore_unused_variable_warning(ed);
   185         }
   186         }
   186         _Path& p;
   187         _Path& p;
       
   188         PathDumperConstraints() {}
   187       };
   189       };
   188 
   190 
   189     }
   191     }
   190 
   192 
   191 
   193