[Issue 17768] Compile time reflection is missing for module/namespace(c++)/mixin names

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17768

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P3

--


[Issue 17768] Compile time reflection is missing for module/namespace(c++)/mixin names

2017-08-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17768

Илья Ярошенко  changed:

   What|Removed |Added

   Keywords||C++

--


[Issue 17768] Compile time reflection is missing for module/namespace(c++)/mixin names

2020-02-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17768

Mathias LANG  changed:

   What|Removed |Added

 CC||pro.mathias.l...@gmail.com

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

--