lemon/list_graph.h
changeset 2132 783b1d583be3
parent 2128 509846825ddf
child 2151 38ec4a930c05
     1.1 --- a/lemon/list_graph.h	Wed Jul 12 10:49:17 2006 +0000
     1.2 +++ b/lemon/list_graph.h	Wed Jul 12 11:05:00 2006 +0000
     1.3 @@ -331,10 +331,10 @@
     1.4      ///ListGraph is \e not copy constructible. Use GraphCopy() instead.
     1.5      ///
     1.6      ListGraph(const ListGraph &) :ExtendedListGraphBase() {};
     1.7 -    ///\brief Assignment of ListGraph to another is \e not allowed.
     1.8 +    ///\brief Assignment of ListGraph to another one is \e not allowed.
     1.9      ///Use GraphCopy() instead.
    1.10  
    1.11 -    ///Assignment of ListGraph to another is \e not allowed.
    1.12 +    ///Assignment of ListGraph to another one is \e not allowed.
    1.13      ///Use GraphCopy() instead.
    1.14      void operator=(const ListGraph &) {}
    1.15    public:
    1.16 @@ -760,10 +760,10 @@
    1.17      ///ListUGraph is \e not copy constructible. Use UGraphCopy() instead.
    1.18      ///
    1.19      ListUGraph(const ListUGraph &) :ExtendedListUGraphBase()  {};
    1.20 -    ///\brief Assignment of ListUGraph to another is \e not allowed.
    1.21 +    ///\brief Assignment of ListUGraph to another one is \e not allowed.
    1.22      ///Use UGraphCopy() instead.
    1.23  
    1.24 -    ///Assignment of ListUGraph to another is \e not allowed.
    1.25 +    ///Assignment of ListUGraph to another one is \e not allowed.
    1.26      ///Use UGraphCopy() instead.
    1.27      void operator=(const ListUGraph &) {}
    1.28    public: