D1: Error: duplicate union initialization for size

bearophile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 24 03:52:37 PDT 2014


jicman:

> This is line 7634:
>
> const Size DEFAULT_SCALE = { 5, 13 };
>
> What does the error say and how can I fix it?  Thanks.

Can you show the (reduced) definition of Size and DEFAULT_SCALE? 
Even better to show a minimized self-contained program that has 
the problem.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list