1 matches bool, 2 matches long

Jonathan M Davis jmdavisProg at gmx.com
Fri Apr 26 17:05:45 PDT 2013


On Friday, April 26, 2013 14:34:45 Walter Bright wrote:
> D has an interesting feature called VRP (value range propagation), where
> implicit conversion very much depends on the value.

VRP is a fantastic feature, but I think that it's coming back to bite us 
somewhat if foo(1) calls an overload which takes bool.

- Jonathan M Davis


More information about the Digitalmars-d mailing list