Restore fixed ToolHandle.h
The version of ToolHandle.h before fa29ed33 included some improvements, as well as the fixes for https://sft.its.cern.ch/jira/browse/CFHEP-177 and GAUDI-1127.
The version introduced with fa29ed33 does not work because of GAUDI-1127.
Merge request reports
Activity
mentioned in commit dabf7a3a
107 93 template< class T > 108 94 class ToolHandle : public BaseToolHandle, public GaudiHandle<T> { 109 95 96 static_assert(std::is_base_of<IAlgTool,T>::value, "T must inherit from IAlgTool"); mentioned in merge request lhcb/LHCb!2251 (merged)
Please register or sign in to reply