For C++, you can just use the newly added namespace support:extern(C++, nobody.uses.this.name) myFunc() {}
Thats actually a good idea. Thanks.
Benjamin Thaut via Digitalmars-d-learn Sat, 21 Feb 2015 10:26:07 -0800
For C++, you can just use the newly added namespace support:extern(C++, nobody.uses.this.name) myFunc() {}
Thats actually a good idea. Thanks.