interrogate additions

Hey, just wondering how hard would it be to add support for const_cast<…> to interrogate? Is this relatively simple once you start to understand the system or is there some kind of block that would make this very difficult.

Thanks,
colin

What exactly do you mean? Support it in what context?

Sorry, meaning when interrogate encountered instances of

const_cast<char *> I would get parsing errors so I had to do a C-style cast instead.