Open mantielero opened 3 years ago
I think the token pasting operator is not supported. The following header fails:
#define DEFINE_STANDARD_HANDLECLASS(C1,C2,BC) class C1; typedef Handle(C1) Handle_##C1;
when executed:
$ c2nim --cpp --header --strict test.hpp /tmp/test.hpp(1, 87) Error: token expected: :: but got: )
I think the token pasting operator is not supported. The following header fails:
when executed: