https://issues.dlang.org/show_bug.cgi?id=23699

Iain Buclaw <ibuc...@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuc...@gdcproject.org

--- Comment #2 from Iain Buclaw <ibuc...@gdcproject.org> ---
(In reply to Walter Bright from comment #1)
> ImportC deals with tag name spaces like C++ does. I.e. they are distinct
> only if there is both a tag name declaration and a regular name declaration
> both in the same scope.
> 
> It shouldn't cause any more trouble than using a C++ compiler to compile C
> code.
There is a passing reference to this under Tag Symbols

https://dlang.org/spec/importc.html#tag-symbols

It sort of gets lost in the ether as a lot of the focus of that section points
to the ImportC limitations, rather than extensions.

--

Reply via email to