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.
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.