Re: __eq in shared metatables
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: __eq in shared metatables
- From: roberto@... (Roberto Ierusalimschy)
- Date: 2007年8月10日 17:09:46 -0300
> Is there any reason why __eq is not called when the metatable is shared for a
> type other than table and userdata?
>
> [...]
> > print(3==4)
> false
Isn't this reason enough?
-- Roberto