From 5d935861c695cf58d440c780c5ec5d0cb7575bc1 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Sat, 24 Mar 2007 23:48:35 +0000 Subject: [PATCH] added todo item [SVN r37280] --- todo.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index 913c5609..deab678a 100644 --- a/todo.txt +++ b/todo.txt @@ -15,6 +15,9 @@ * look at lambda stuff +* Complete the fusion/include/ directory containing a flat list of + include files for all the modules and components. + * The error messages when e.g. the function is not set as const are difficult to decipher. e.g. transform(s, f) <<- where f has a non-const operator() @@ -70,7 +73,7 @@ * Rationalize support/unused.hpp and the ignore stuff needed for tie etc. * Why do we need to set FUSION_MAX_VECTOR_SIZE when we set - FUSION_MAX_MAP_SIZE? + FUSION_MAX_MAP_SIZE? Setting FUSION_MAX_MAP_SIZE should be enough. tosh: