Rush, I'm not super familiar with the C++ libraries, so I have one major question - will this change the way people use the C++ generated code? If the answer is no, and it's merely an organizational change, then I'll commit it today.
-Bryan On Thu, Aug 12, 2010 at 11:56 AM, Rush Manbert <r...@manbert.com> wrote: > I submitted Thrift-676 (https://issues.apache.org/jira/browse/THRIFT-676) > a while ago. It just moves the __isset structure definition outside the > Thrift class definition. That makes it possible to wrap Thrift-generated > classes with SWIG. > > It's a small change, and I have submitted the patch, and we have ben using > it for months, now in production. Is there any chance that it could get > reviewed for inclusion in the next release? > > - Rush