lemon/concept/graph.h
changeset 2134 914602e294be
parent 2133 b82e4d2b14ac
child 2231 06faf3f06d67
equal deleted inserted replaced
26:e236aeecdc6a 27:8d96ead0da83
    48     private:
    48     private:
    49       ///Graphs are \e not copy constructible. Use GraphCopy() instead.
    49       ///Graphs are \e not copy constructible. Use GraphCopy() instead.
    50       
    50       
    51       ///Graphs are \e not copy constructible. Use GraphCopy() instead.
    51       ///Graphs are \e not copy constructible. Use GraphCopy() instead.
    52       ///
    52       ///
    53       Graph(const Graph &) :ExtendedListGraphBase() {};
    53       Graph(const Graph &) {};
    54       ///\brief Assignment of \ref Graph "Graph"s to another ones are
    54       ///\brief Assignment of \ref Graph "Graph"s to another ones are
    55       ///\e not allowed. Use GraphCopy() instead.
    55       ///\e not allowed. Use GraphCopy() instead.
    56       
    56       
    57       ///Assignment of \ref Graph "Graph"s to another ones are
    57       ///Assignment of \ref Graph "Graph"s to another ones are
    58       ///\e not allowed.  Use GraphCopy() instead.
    58       ///\e not allowed.  Use GraphCopy() instead.