On 11/28/12 11:26 PM, bearophile wrote: > Andrei Alexandrescu: > >> I'd say we better finish const, immutable, and shared first. > > There are few things left to implement for purity (they are listed in > Bugzilla), but what's left to do for const and immutable? Construction flow and copy conversion. Andrei