CINT ignores const - A bug?

Hello,

I was trying to understand C++ const correctness a little bit using cint and some compiled libraries. It took me a while to figure out that CINT was ignoring “const”.
Here is an older post on the topic: http://root.cern.ch/root/roottalk/roottalk05/1960.html

Is there a reason for CINT to ignore “const” or is it a bug?

Thanks!

Hi,

It looks like one of the many deficiency/miss-feature of CINT. ROOT 6 will solve that one too :slight_smile:

Cheers,
Philippe.