Thread overview
[Issue 17768] Compile time reflection is missing for module/namespace(c++)/mixin names
Feb 19, 2020
Mathias LANG
Dec 17, 2022
Iain Buclaw
August 20, 2017
https://issues.dlang.org/show_bug.cgi?id=17768

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |C++

--
February 19, 2020
https://issues.dlang.org/show_bug.cgi?id=17768

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang@gmail.com

--- Comment #1 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Is it still needed ? For C++ namespace I would highly recommend to use `extern(C++, "namespace")` which does not introduce a scope.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=17768

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--