From 1c87f2f43766e4e1f69120761a66064937aeee38 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Wed, 28 Jan 2015 19:35:30 +0100 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 084f481..8e1b66e 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -6,6 +6,12 @@ Notes + + Automatic dereference in more contexts + implemented but needs to be activated via the .experimental switch + a.f() and f(a) are rewritten to f(a[]) if overloading resolution fails completely. This rewrite is only performed for the first argument + + Implement static[T] properly for version 1.0 @@ -18,12 +24,6 @@ like fields and destructors an assignment operator needs to be lifted - - Automatic dereference in more contexts - might make into 1.0 - important to be able to write more generic containers easily; current plan is rewrite a.f() to f(a[]) but not in further contexts - - asFunc pragma After 1.0