"Mehrdad" <wfunct...@hotmail.com> wrote in message news:jmg3ak$147c$1...@digitalmars.com... > So we're removing it to reduce the number of keywords? ...Why? > Is the keyword-ness of "cdouble" and "ifloat", etc. causing problems for > people? > >
No. Complex types are special-cased in a lot of places in the dmd frontend, and considering the number of backend bugs I've found, nobody is using them with the dmd backend anyway. (especially not on x64)