Closed VictorCMiraldo closed 2 years ago
The introduction of namespaces left out one small detail on an auxiliary function, where it uses TypeNamespace for the names of the destructor and constructors, whereas it should use TermNamespace for those.
TypeNamespace
TermNamespace
The introduction of namespaces left out one small detail on an auxiliary function, where it uses
TypeNamespace
for the names of the destructor and constructors, whereas it should useTermNamespace
for those.