Re: tuple type question
Maik Beckmann <beckmann.maik <at> googlemail.com>
2008-05-21 08:04:53 GMT
Am Mittwoch 21 Mai 2008 09:49:09 schrieb Hansi:
> I mean the version
> tup.get<NAME>();
Ahh, since your are inside a template class you have to write
tup.template get<NAME>();
HTH,
-- Maik