Skip to content
Snippets Groups Projects

Restore fixed ToolHandle.h

Merged Marco Clemencic requested to merge clemenci/Gaudi:restore-modernized-toolhandle into master

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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");
  • Alex Pearce mentioned in merge request lhcb/LHCb!2251 (merged)

    mentioned in merge request lhcb/LHCb!2251 (merged)

  • Please register or sign in to reply
    Loading