This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Numeric comparison operators mustn't compare addresses of references
authorNicholas Clark <nick@ccl4.org>
Wed, 14 Jul 2004 15:36:57 +0000 (15:36 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 14 Jul 2004 15:36:57 +0000 (15:36 +0000)
commit0bdaccee393e6b53324e029b6bf5b646d5d93331
tree462bb634a6416308e616ab5ef8994a59bd172a17
parent4d46db716459905a58c7a86181b69d8dadaf4951
Numeric comparison operators mustn't compare addresses of references
that are overloaded.

p4raw-id: //depot/perl@23106
lib/overload.t
pp.c
pp_hot.c