C++ interop - class vs struct

Lionello Lunesu via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 11 00:19:39 PDT 2014


On 11/09/14 14:32, Daniel Murphy wrote:
> pragma(cpp_mangle_as_struct)
> class Foo
> {
> }

and/or?

pragma(cpp_mangle_as_class)
struct Bar
{
}


More information about the Digitalmars-d mailing list