From a99bef878caa0ace345cb0d752ddf5da9ba6e773 Mon Sep 17 00:00:00 2001 From: Philippe Canal <pcanal@fnal.gov> Date: Fri, 13 Dec 2013 15:57:07 -0600 Subject: [PATCH] add reminder of missing implementation --- core/meta/src/TCling.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/meta/src/TCling.cxx b/core/meta/src/TCling.cxx index ce9bd0129d6..67072f41949 100644 --- a/core/meta/src/TCling.cxx +++ b/core/meta/src/TCling.cxx @@ -4016,6 +4016,8 @@ void TCling::UpdateClassInfoWithDecl(const void* vTD) // loaded ... let's now tell the autoloader to do the work // yet another time. int storedAutoloading = SetClassAutoloading(false); + // FIXME: There can be more than one TClass for a single decl. + // for example vector<double> and vector<Double32_t> TClass* cl = TClass::GetClassOrAlias(name.c_str()); if (cl && GetModTClasses().find(cl) == GetModTClasses().end()) { TClingClassInfo* cci = ((TClingClassInfo*)cl->fClassInfo); -- GitLab