You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Soules, Craig" <cr...@hp.com> on 2011/02/07 20:08:03 UTC

removal of explict constructor for filled-in structures in C++?

Hello,

I recently upgraded from an ancient version of thrift (pre-apache) to 0.5.0, and I noticed that the auto-generation of a constructor for structs that can take all of the members as arguments seems to have disappeared (this is all C++).  Was there a reason for removing this functionality?  It's a minor point, but was mostly curious as I go through my code adding lots of assignment operators ;-)

Thanks,
Craig