DictLoaderSvc: Make load_type thread-safe
Compare changes
Files
4@@ -73,7 +73,7 @@ class IDictLoaderSvc
@@ -81,13 +81,13 @@ class IDictLoaderSvc
Switch to using RootType::ByNameNoQuiet
in load_type
in order to
make this method thread-safe. In case of a missing dictionary, ROOT
would now print an error message, which we do not expect to happen.
This makes TrigSerializeTP thread-safe (ATR-21733).