Maik Beckmann | 21 May 10:04

Re: tuple type question

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

Gmane