----- Mensaje original -----
De: Seweryn Habdank-Wojewódzki
Hi
That is general limitation. The documentation says:
"The current version supports tuples with 0-10 elements."
OK. I did not find that.
If you don't mind using a more cumbersome notation, cons lists
can be used to circumvent this limitation:
http://boost.org/libs/tuple/doc/tuple_advanced_interface.html
For instance:
#include > > > > > > > > > > long_tuple; int main()
{
long_tuple lt;
T10 t10=lt.get<10>();
}
HTH,
Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo