On 08/10/2015 10:48 AM, Martin Nowak wrote:
Glad to announce D 2.068.0.
http://downloads.dlang.org/releases/2.x/2.068.0/
This release comes with many rangified phobos functions, 2 new GC
profilers, a new AA implementation, and countless further improvements
and fixes.
See the changelog for more details.
http://dlang.org/changelog.html#2.068.0
-Martin
"3. Attributes for auto return function are now inferred."
This is a bad idea. What if I want/need to specify the return type but
still want attribute inference? What if I don't want attribute
inference, but I want the return type to be inferred?