Std::multimap<int const MyClass*> problems

Dear CINTers,

I’ve tried to implement std::multimap<int,const BcTrack*> container in my ROOTified
utility. However i got after rootcint:

In the case of using std::multimap<int,BcTrack*> it looks to be corrrectly treated.
At least it didn’t make complaints.
BTW BcTrack is my own class.
What i’m doing wrong?

                                                               regards, Valery.

Hi,
thanks for reporting. The fix will be part of today’s release.
Cheers, Axel.