yonutix
yonutix

Reputation: 2429

g++ generating the "complete object allocating constructor"

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.

Upvotes: 2

Views: 432

Answers (0)

Related Questions