equal
deleted
inserted
replaced
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. |