Hi,
I’m trying to use MakeProxy in 5.17/08. My ROOT file contains a number
of STL vectors of doubles, etc.
First, the code that MakeProxy produces isn’t valid C++ code - I’ve got
a bug report in for that.
But second, the functionality seems to be significantly reduced over
previous versions (e.g. 5.14 when I last used this) or I’m doing something
wrong.
vector is turned into the proxy TStlArrayProxy. As
far as I can tell, there is no way to recover from that a reference/pointer
to vector. This puts all the STL algorithms off limits, for
example. I hope I’ve repaired the bad C++ code incorrectly or I’m
missing something else. Many thanks!
Cheers,
Gordon.