Name: Anonymous 2009-08-26 13:44
It's the time for the next revision of the C standard and for some reason they want your advice. What do you add, remove, rename, etc ?
x ** y could either mean pow(x, y) or mul(x, *y). This ambiguity is unacceptable, because no compiler can tell the difference.