--
import std.typecons : Proxy;
struct Inner {}
class Outer
{
Inner inner;
mixin Proxy!inner;
}
int main() { return 0; }
--
> /usr/include/dlang/dmd/std/typecons.d(6762): Error: need member function opCmp() for struct Inner to compare
Comment #1 by robert.schadek — 2024-12-01T16:38:11Z