Not the last breakage (Was: TLBB: The Last Big Breakage)
bearophile
bearophileHUGS at lycos.com
Sun Mar 16 05:44:43 PDT 2014
Another breaking change could be the deprecation of the now
nearly useless opApply() (only std.array.array works with it) and
replacing it with a nice external iterator D syntax sugar to
define a forward iterator:
http://journal.stuffwithstuff.com/2013/01/13/iteration-inside-and-out/
Another smaller breaking change could be the removal of some
usages of the comma operator.
Another breaking change are related to changes to object.
Bye,
bearophile
More information about the Digitalmars-d
mailing list