On Wednesday, 22 August 2018 at 19:25:40 UTC, Jacob Carlborg wrote:
This could be solved, I think, with having "TypeInfo.getHash" a template taking the actual type and not void*. That template can then inspect if the passed type is a D class or any other type of class and act accordingly.

It could be simpler (and slower ;)) by using `m_flags & ClassFlags.isCPPclass`.

Reply via email to