I copied the latest CINT 5.13.17 to CERN. This one fixes following issues.
* int **p=new int*[10]; p[n]=new int[4]; cout << p[2][3] ; problem
* int i=index() problem * int i=index() problem
* protected operator delete problem
* Loop compile internal error
* Alpha-OSF illegal reftype problem
Please expose this version from the Web.
Thank you
Masaharu Goto