Closed Ondraceq closed 1 year ago
Fixes #3177
Just removing <T> where there is no template before the function. (Somehow gcc didn't mind in version 10, but now correctly minds in version 11.
<T>
template
Thanks for the fix!
🦟 Bug fix
Fixes #3177
Summary
Just removing
<T>
where there is notemplate
before the function. (Somehow gcc didn't mind in version 10, but now correctly minds in version 11.