[ROOT] small bug in CINT vector class completions

From: Malcolm Davidson (davidson@cesbio.cnes.fr)
Date: Thu Jun 07 2001 - 14:37:55 MEST


Dear Root users,

I've noticed using the CINT interface that vector classes initialised with 
float have automatic completion of member functions whereas those with 
Float_t do not.

An example:
1) vector with floats
root [4] vector<float> v2;
root [5] v2.pus+ TAB gives v2.push_back(

2) vector with Float_t
root [1] vector<Float_t> v;
root [2] v.pus + TAB gives  "problem determining class of "v" "

I'm using ROOT v.301/03 which has CINT v 5.14.88.

Malcolm


<>------------------------------------------------<>
Malcolm W. J. Davidson
CESBIO - UMR 5639 CNES-CNRS-UPS
18 Avenue Edouard Belin
BP 2801
F-31401 Toulouse Cedex 4  France
e-mail : davidson@cesbio.cnes.fr
phone (33)(0)5.61.55.85.84
fax   (33)(0)5.61.55.85.00
<>------------------------------------------------<>



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:49 MET