Difference between revisions of "DIPs"
(Migrating DIP7 from old wiki) |
(Migrating DIP8 from old wiki) |
||
Line 43: | Line 43: | ||
| '''Approved''' | | '''Approved''' | ||
| Revamped operator overloading. | | Revamped operator overloading. | ||
+ | |- | ||
+ | | [[DIP8]] | ||
+ | | Improving Runtime Type Info | ||
+ | | Draft | ||
+ | | Templating RTTI. | ||
|- | |- | ||
| [[DIP21]] | | [[DIP21]] |
Revision as of 08:10, 18 January 2013
UNOFFICIAL PLACEHOLDER PAGE — See Official DIP Index
ID | Title | Status | Description |
---|---|---|---|
DIP1 | Template DIP | Draft | This is a DIP template that can be used as a model to start a new proposal. |
DIP2 | Const code bloat | Approved | proposed solution for bug 1961. |
DIP3 | Remove inheritance protection | Approved | non-public inheritance in a single inheritance language that has a single root object hierarchy makes little sense. |
DIP4 | Properties | Superceded | an alternate usage/definition syntax for properties. |
DIP5 | Properties 2 | Superceded | a variant of DIP4. |
DIP6 | Annotations | Approved | extend the D programming language with annotations. |
DIP7 | Operator overloading | Approved | Revamped operator overloading. |
DIP8 | Improving Runtime Type Info | Draft | Templating RTTI. |
DIP21 | Fixing property | Draft |