Re: Very uncommon syntax errror

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Dirk,

Try this...

template<int el_id>
struct type<TUPLE, el_id> : base<TUPLE, std::vector< type<INT> >, el_id>
{
  typename data_type::const_iterator cit;  // No more error :-)
};

HTH,
--Eljay



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux