On 3/8/18 10:27 AM, Markus wrote:
HiI got the following c++ code [lib.cpp]: namespace ns_a { class class_a { }; void some_function(class_a*) {;} } and the following d code [main.d]: extern (C++, namespace_a) {
did you mean ns_a? -Steve
Steven Schveighoffer via Digitalmars-d Thu, 08 Mar 2018 08:20:48 -0800
On 3/8/18 10:27 AM, Markus wrote:
HiI got the following c++ code [lib.cpp]: namespace ns_a { class class_a { }; void some_function(class_a*) {;} } and the following d code [main.d]: extern (C++, namespace_a) {
did you mean ns_a? -Steve