From 85801896c40fb886f915ec97d4ae486209b48925 Mon Sep 17 00:00:00 2001 From: Tobias Schwinger Date: Thu, 22 Mar 2007 21:18:00 +0000 Subject: [PATCH] mo' to do [SVN r37263] --- todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo.txt b/todo.txt index b3e2e41e..d04ae545 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,8 @@ * Consider object equivalent of functions and algorithms (so you can do transform(iterators, deref()) with needing to put together a wrapper for deref). +* Make algorithms work with mutable data + * Consider segmented sequence / algorithm support * Consider utility element_ref::type thats consts and refs as appropriate