[Issue 7961] Add support for C++ namespaces

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 10 02:27:29 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=7961


Jacob Carlborg <doob at me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doob at me.com


--- Comment #7 from Jacob Carlborg <doob at me.com> 2013-11-10 02:26:21 PST ---
Isn't a C++ namespace only a mangle thing? In that case can't we just use
pragma(mangle) and create a library function which helps making it a bit more
high level:

pragam(managle, namespace("foo::bar")) void x ();

-- 
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