Issue 255: Constructor taking discriminant as argument (cxx_revision) Source: (, ) Nature: Uncategorized Severity: ENHANCEMENT Summary: Summary: Sec 3.12 para1 describes union constructors.Sun would like to add new constructor that takes as its sole argument a discriminant value.It initializes union according to specified discr. value Resolution: Close with no change Revised Text: Actions taken: October 14, 1996: received issue June 13, 2000: closed issue Discussion: Close with no change. The proposal would weaken the safety of union mapping (after we struggled for ages to make it safe). In addition, the proposal would force every union class to carry code for default-initialization of union members. While we have this functionality in DynAny, I don't think it is appropriate to force this into the static stubs as well. End of Annotations:===== This is issue # 255 Constructor taking discriminant as argument Sec 3.12 para1 describes union constructors.Sun would like to add new constructor that takes as its sole argument a discriminant value.It initializes union according to specified discr. value -Juergen