"bearophile" <[email protected]> wrote in message news:[email protected]... > > > Even if you find a fitting operator, how can you restrict \ to just > floating point division > and keep some compatibility with C code?
Isnt compatibility with C already broken anyway? But yeah if C compatibility is a condition then I dont see how to get around it. Weird thing is I get the impression that breaking compatibility between D and C is more of a sin than breaking compatibility between versions D. Is source compatibility with C really that important? Surely link compatibility should be enough?
