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 |