Changeset 278:931190050520 in lemon-1.2 for lemon/concepts
- Timestamp:
- 09/22/08 15:33:23 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/concepts/path.h
r236 r278 67 67 /// \brief Template assigment 68 68 template <typename CPath> 69 Path& operator=(const CPath& cpath) {} 69 Path& operator=(const CPath& cpath) { 70 ignore_unused_variable_warning(cpath); 71 return *this; 72 } 70 73 71 74 /// Length of the path ie. the number of arcs in the path.
Note: See TracChangeset
for help on using the changeset viewer.