]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.10
authorfred <fred>
Fri, 29 Nov 1996 01:26:30 +0000 (01:26 +0000)
committerfred <fred>
Fri, 29 Nov 1996 01:26:30 +0000 (01:26 +0000)
flower/README
flower/TODO
flower/list.inl

index d33c68f3dfcce3e43e85d21ef39fe72a725be6bf..6706447fcfc1d9389b234c98116f9fdb9f0c9958 100644 (file)
@@ -1,5 +1,7 @@
 This library contains some general purpose routines which aren't
-standardised yet. It was written by:
+standardised libraries yet. It may be replaced by STL in time
+
+It was written by:
 
        Han-Wen Nienhuys <hanwen@stack.nl>
 
index ef0ab6bac60f5bdcc55236921504bf6dd0ab8a3a..9d4ade3bcd4f1eb14101ff34f01c0212b4eeb8b5 100644 (file)
@@ -1,7 +1,5 @@
        * PCursor -> Pointer_cursor / PointerCursor ?
 
-       * remove List::List(element)
-
        * efficient copy cons for List
 
        * extend Interval
index d71e947050b17bb55f4e4da99cc22a8142ad63f2..c3ee7e2948263a62bdaeaf81f3e2654b0de39006 100644 (file)
@@ -18,13 +18,6 @@ List<T>::set_empty()
     size_ = 0;
 }
 
-template<class T>
-inline
-List<T>::List( const T& thing )
-{
-    set_empty();
-    add( thing, Cursor<T>( *this, bottom_ ) );
-}
 template<class T>
 inline void
 List<T>::remove( Cursor<T> me )