DIP44

From D Wiki
Revision as of 23:50, 23 August 2013 by Quickfur (talk | contribs) (stub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Title: scope(class) and scope(struct)
DIP: 44
Version: 1
Status: Draft
Created: 2013-08-23
Last Modified: 2013-08-23
Author: H. S. Teoh
Links:

DIP44: scope(class) and scope(struct)

Abstract

Extend scope guards to class scope and struct scope, in order to solve the partially-constructed object problem.