From d57f31ea94f68697e05e793328056563d50abe75 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 29 Nov 1996 01:26:30 +0000 Subject: [PATCH] flower-1.0.10 --- flower/README | 4 +++- flower/TODO | 2 -- flower/list.inl | 7 ------- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/flower/README b/flower/README index d33c68f3df..6706447fcf 100644 --- a/flower/README +++ b/flower/README @@ -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 diff --git a/flower/TODO b/flower/TODO index ef0ab6bac6..9d4ade3bcd 100644 --- a/flower/TODO +++ b/flower/TODO @@ -1,7 +1,5 @@ * PCursor -> Pointer_cursor / PointerCursor ? - * remove List::List(element) - * efficient copy cons for List * extend Interval diff --git a/flower/list.inl b/flower/list.inl index d71e947050..c3ee7e2948 100644 --- a/flower/list.inl +++ b/flower/list.inl @@ -18,13 +18,6 @@ List::set_empty() size_ = 0; } -template -inline -List::List( const T& thing ) -{ - set_empty(); - add( thing, Cursor( *this, bottom_ ) ); -} template inline void List::remove( Cursor me ) -- 2.39.5