Travis Boucher wrote: > > Any hints on how to implement this so I can keep my original > declaration? class VectorBase(size_t S, T)
Make that bugger a struct or forget about opAssign.
Travis Boucher wrote: > > Any hints on how to implement this so I can keep my original > declaration? class VectorBase(size_t S, T)
Make that bugger a struct or forget about opAssign.