On Wednesday, 11 December 2013 at 23:35:04 UTC, Gary Willoughby wrote:
    static union internalRep


try

static union InternalRep { /* note the capital letter */
  /* snip */
}
InternalRep internalRep;; // still need a decl

Reply via email to