g++ generating the "complete object allocating constructor"

409 views Asked by At

Is there a way(an argument) to make the g++ compiler to generate the "complete object allocating constructor"(C3) and the "deleting destructor"(D0)?

I loooked into this Why are C3 allocating constructors never used? , does not answer my question.

0

There are 0 answers