lemon/concepts/path.h
changeset 1197 f179aa1045a4
parent 1092 dceba191c00d
child 1198 2236d00ca778
equal deleted inserted replaced
17:4870e13dbeac 19:f7706878954c
    68       /// \brief Default constructor
    68       /// \brief Default constructor
    69       Path() {}
    69       Path() {}
    70 
    70 
    71       /// \brief Template copy constructor
    71       /// \brief Template copy constructor
    72       template <typename CPath>
    72       template <typename CPath>
    73       Path(const CPath& cpath) {}
    73       Path(const CPath& cpath) {
       
    74         ::lemon::ignore_unused_variable_warning(cpath);
       
    75       }
    74 
    76 
    75       /// \brief Template assigment operator
    77       /// \brief Template assigment operator
    76       template <typename CPath>
    78       template <typename CPath>
    77       Path& operator=(const CPath& cpath) {
    79       Path& operator=(const CPath& cpath) {
    78         ::lemon::ignore_unused_variable_warning(cpath);
    80         ::lemon::ignore_unused_variable_warning(cpath);