gcc-4.3 c++ question

Bill Crawford billcrawford1970 at gmail.com
Fri May 2 11:45:49 UTC 2008


On 02/05/2008, Neal Becker <ndbecker2 at gmail.com> wrote:

>  template<typename T, template <typename A> class CONT=std::vector>
>  class Ring {
>
>  };

template< typename T, typename C = std::vector<T> >

might do it, although I realise that's not what you really want :-/




More information about the fedora-list mailing list