[GSoC] Header Generation for C/C++
Eduard Staniloiu
edi33416 at gmail.com
Wed Jul 17 18:39:24 UTC 2019
On Wednesday, 17 July 2019 at 17:41:23 UTC, Manu wrote:
> On Wed, Jul 17, 2019 at 4:40 AM Eduard Staniloiu via
> Digitalmars-d <digitalmars-d at puremagic.com> wrote:
>>
>> enum TestEnum
>> {
>> TESTENUMaa = 0,
>> TESTENUMbb = 1
>> };
>
> What in earth is that?
This is the convention that is used in the manually written
headers in order to avoid name clashing between fields of
different enums in the C headers
More information about the Digitalmars-d
mailing list