16 Jan
2004
16 Jan
'04
1:59 p.m.
Thanks, that's exactly the info I needed. On Thursday 15 January 2004 19:06, David Abrahams wrote:
Istvan Buki
writes: Hi all,
I'm using the mpl::list template in one of my aplications but I just hit what seems to be a limit. list compile fine with 10 parameters but not with 11. I saw in the documentation that there are several header files like : #include "boost/mpl/list/list50.hpp"
Are they meant to be used in cases like mine
Yes.
and if it is the case could someone point me to a short example ?
#include "boost/mpl/list/list20.hpp"
typedef mpl::list11
list_of_11_ints; typedef mpl::list12 list_of_12_ints; HTH, Dave