-
Key: CPP11-176
-
Legacy Issue Number: 134
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: Is this legal: union X switch(boolean)
{case TRUE: short a; case FALSE: long b;default: double c;};? If no, why? If yes, what does _d() return if the union was set with the c() access function?
-
Reported: CPP 1.0b1 — Tue, 24 Sep 1996 04:00 GMT
-
Disposition: Resolved — CPP 1.0
-
Disposition Summary:
fixed
-
Updated: Fri, 6 Mar 2015 20:58 GMT