added todo item

[SVN r37280]
This commit is contained in:
Joel de Guzman
2007-03-24 23:48:35 +00:00
parent f98528a2af
commit 5d935861c6

View File

@ -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: