You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A deallocation function may be an instance of a function template.
and
A template instance is never a usual deallocation function, regardless of its signature.
"instance of a function template" here presumably should just say "function template" to match deallocation functions. Additionally, "template instance" is not a defined term in the standard, presumably it should be "function template specialization".