Skip to content
Snippets Groups Projects
Commit 7b13bd57 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

removed static_assert in ToolHandle.h

Fixes GAUDI-1182

See merge request !116
parents 3aa8fa96 96f7eb5a
No related branches found
No related tags found
No related merge requests found
...@@ -93,8 +93,6 @@ public: ...@@ -93,8 +93,6 @@ public:
template< class T > template< class T >
class ToolHandle : public BaseToolHandle, public GaudiHandle<T> { class ToolHandle : public BaseToolHandle, public GaudiHandle<T> {
static_assert(std::is_base_of<IAlgTool,T>::value, "T must inherit from IAlgTool");
friend class Algorithm; friend class Algorithm;
friend class AlgTool; friend class AlgTool;
friend class Service; friend class Service;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment