That is general limitation. The documentation says:
"The current version supports tuples with 0-10 elements."
If you want more and more features I would recommend using
boost::fusion. This is an awesome lib. But your compiler will hate it.
;-)
Let me know if you have more questions.
Christian
On 5/15/07, Seweryn Habdank-Wojewódzki
Hi
The code:
#include
typedef boost::tuple
Foo; int main() {}
Is working. But if I add one more field:
#include
typedef boost::tuple
Foo; int main() {}
I have an error:
tuple_type.cpp:3: error: wrong number of template arguments (11, should be 10) /usr/include/boost/tuple/detail/tuple_basic.hpp:75: error: provided for ?template
class boost::tuples::tuple? tuple_type.cpp:3: error: invalid type in declaration before ?;? token Why this error occurs?
My kompiler is gcc 4.1
Regards.
--
|\/\/| Seweryn Habdank-Wojewódzki \/\/ _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users