[Issue 20074] header file generation doesn't include attributes with CallExp

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 29 21:25:00 UTC 2019


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

ZombineDev <petar.p.kirov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov at gmail.com

--- Comment #2 from ZombineDev <petar.p.kirov at gmail.com> ---
As discussed in the above linked PR, we're not sure if non-templated
constructor bodies should be part of header generation, as it seems including
them was not deliberate in the first place.

Do you have use case which requires all constructors bodies to be part of the
compiler generated header?

Otherwise the underlying issue here is that function literal attributes were
not printed.

--


More information about the Digitalmars-d-bugs mailing list