extern (C++, N) is it implemented?

hane via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Aug 6 07:09:13 PDT 2014


On Wednesday, 6 August 2014 at 06:50:59 UTC, Alexandr Druzhinin 
wrote:
> This dlang.org/cpp_interface.html says I can do the following
>
> // c++
> namespace N {
> 	void someCppFunction();
> }
>
> // d
> extern (C++, N) void someCppFunction();
>
> but this http://dpaste.dzfl.pl/e2242263e1dc says I can't
>
> Is this feature implemented?

dpaste provides DMD2.063 as "DMD 2.x Git"!
http://dpaste.dzfl.pl/8dd68f98dbd73


More information about the Digitalmars-d-learn mailing list