You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Nevo Hed (Updated) (JIRA)" <ji...@apache.org> on 2012/02/07 02:09:00 UTC

[jira] [Updated] (THRIFT-1513) Thrift compiler generates inconsistent code with some complex values (causing g++ to error: "has no member named '__isset')

     [ https://issues.apache.org/jira/browse/THRIFT-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nevo Hed updated THRIFT-1513:
-----------------------------

    Affects Version/s: 0.8
    
> Thrift compiler generates inconsistent code with some complex values (causing g++ to error: "has no member named '__isset')
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: THRIFT-1513
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1513
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Compiler
>    Affects Versions: 0.6, 0.7, 0.8
>            Reporter: Nevo Hed
>
> Using the following thrift definition file t1.thrift:
> struct lstMember {
> 1: required i16 data1,
> }
> struct someStruct {
> 1: required list<lstMember> lst = [{'data1':1}]
> }
> $ thrift -r --gen cpp t1.thrift
> $ g++  -I/usr/include/thrift  -Igen-cpp -c gen-cpp/t1_types.cpp 
> In file included from gen-cpp/t1_types.cpp:6:
> gen-cpp/t1_types.h: In constructor 'someStruct::someStruct()':
> gen-cpp/t1_types.h:63: error: 'class lstMember' has no member named '__isset'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira