Any chance to avoid monitor field in my class?
Yuriy via Digitalmars-d-learn Wed, 07 May 2014 07:45:48 -0700
Hello, is there a way of reducing size of an empty class to just
vtbl? I tried to declare it as extern(C++) which works, but has a
nasty side effect of limited mangling.
- Any chance to avoid monitor f... Yuriy via Digitalmars-d-learn
- Re: Any chance to avoid ... bearophile via Digitalmars-d-learn
- Re: Any chance to avoid ... Rene Zwanenburg via Digitalmars-d-learn
- Re: Any chance to avoid ... Steven Schveighoffer via Digitalmars-d-learn
- Re: Any chance to av... Yuriy via Digitalmars-d-learn
- Re: Any chance t... Steven Schveighoffer via Digitalmars-d-learn
- Re: Any chan... Yuriy via Digitalmars-d-learn
- Re: Any... Steven Schveighoffer via Digitalmars-d-learn