This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: vector instantiation


Le sam 19/04/2003 à 20:10, Jaap Haitsma a écrit :
> Hi Andrey,
> 
> I'm not sure if it is allowed to put arrays as a
> parameter of the template. Why don't you make a class
> or a struct which contains this array of 4 size_t's
Because an array of 4 elements is just a particular case. In general
there are n elements and n is known at compile time.

Best regards,
    Andrey Urazov


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]