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: