Debug help - opDispatch - unknown member function

monkyyy crazymonkyyy at gmail.com
Tue Sep 9 00:45:00 UTC 2025


On Tuesday, 9 September 2025 at 00:40:31 UTC, Brother Bill wrote:
> https://tour.dlang.org/tour/en/gems/opdispatch-opapply
>
> This states: "Any unknown member function call to that type is 
> passed to opDispatch, passing the unknown member function's 
> name as a string template parameter."
>
> [...]

you didnt define "callhome" so the the mixin fails, this 
propagates a "__error" or something, and opDispatch when it 
contains an error doesnt pass it up the stack


More information about the Digitalmars-d-learn mailing list