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
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