digitalmars.D.learn - extern (C++, N) is it implemented?
- Alexandr Druzhinin (9/9) Aug 05 2014 This dlang.org/cpp_interface.html says I can do the following
- Dicebot (3/12) Aug 05 2014 Should be in upcoming release.
- Alexandr Druzhinin (2/17) Aug 06 2014 Ok. Hope it will )
- hane (4/13) Aug 06 2014 dpaste provides DMD2.063 as "DMD 2.x Git"!
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?
Aug 05 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?Should be in upcoming release.
Aug 05 2014
06.08.2014 10:54, Dicebot пишет:On Wednesday, 6 August 2014 at 06:50:59 UTC, Alexandr Druzhinin wrote:Ok. Hope it will )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?Should be in upcoming release.
Aug 06 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
Aug 06 2014