View Single Post
  #14 (permalink)  
Old 02-08-2012, 10:56 PM
Peter Remmers
Guest
 
Posts: n/a
Default Re: Question about destructors

Am 09.02.2012 00:30, schrieb Peter Remmers:

> inline int16_t& lut(int16_t idx) { return table[idx]; }


I wrote this from memory. Certainly, idx was not a signed type. I think
the samples are of some special fract16 type or something. Anyway, that
doesn't matter, as it's beside the point I wanted to make.


Peter
Reply With Quote