[
Lists Home |
Date Index |
Thread Index
]
Rich Salz:
> > > BTW, the API doesn't have const-correctness yet.
> >
> > Why is 'const' useful?
>
> Don't you want to know if genx is going to copy the pointers or copy the
> data pointed to by them?
The sad thing is that no C compiler is able to enforce const-correctness
consistently; they are only good as comments, and as such, I prefer
comments over keywords. This keyword gets in the way and forces to
cast types; it never helps.
|