Akim Demaille wrote:
> > In member function 'std::ptrdiff_t yy::TMathParser::stack<T, S>::ssize()
> > const':
> > error: use of old-style cast to 'std::ptrdiff_t' {aka 'long int'}
> > [-Werror=old-style-cast]
>
> But it was quite something to add this warning to the test
> suite... I'm happy though that our casts are now easy to find.
> In fact, in a former branch of mine, it would have helped me a lot
> tracking some nasty failures.
Thanks. With your patch, it works for me without warnings.
Regards,
Frank