On 4/28/2014 12:45 AM, Temtaime wrote:
I think he meant next:

A.d:
void foo();

A.cpp:
namespace A { void foo(); }

And now we has:

exnern(C++, A) void foo();
import A;

Error, A is defined twice.

Reply via email to