Skip to content
Snippets Groups Projects
Commit bba2e606 authored by Andre Sailer's avatar Andre Sailer
Browse files

Allocator: fix 'template-id not allowed for destructor'

parent 3154a4cf
No related branches found
No related tags found
1 merge request!1455C++20 fixes
......@@ -191,7 +191,7 @@ GaudiUtils::Allocator<Type>::Allocator() throw() : mem( sizeof( Type ) ) {}
// ************************************************************
//
template <class Type>
GaudiUtils::Allocator<Type>::~Allocator<Type>() throw() {}
GaudiUtils::Allocator<Type>::~Allocator() throw() {}
// ************************************************************
// MallocSingle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment