On Tuesday, 31 July 2018 at 03:42:15 UTC, Mike Franklin wrote:
I would also like to be able to use `extern(C++)` classes
without the runtime, but I haven't been able to allocate any
time to it yet.
If you're trying to use `extern(C++)` classes with betterC, and
the compiler is complaining about `TypeInfo` give me an example
illustrating the problem, and I might be able to submit a fix
to the compiler.
Mike
It's working fine so far. Only problem is that the class needs to
be compiletime constructible to get the initializer.