It is possible for generic interfaces of equivalent (but not necessarily
identical -- operator(.eq.) is equivalent to operator(==)) names to
be declared in a host scope and a nested scope, and the nested declaration
should function as an extension of the host's.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo