[Issue 7961] Add support for C++ namespaces
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Nov 10 04:22:33 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=7961
--- Comment #9 from Jacob Carlborg <doob at me.com> 2013-11-10 04:22:30 PST ---
(In reply to comment #8)
> We would have to mangle in the function name and type as well. Not really
> something you want to do manually.
No, right. This doesn't work either due to forward reference:
pragma(mangle, namespace!("bar", foo)) void foo ();
Is this something we want to, and can, make work? I'm just trying to come up
with a solution that doesn't require a compiler change or a change that can be
applied more generally.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list