[ 
https://issues.apache.org/jira/browse/THRIFT-2421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13964007#comment-13964007
 ] 

Sergei Nikulov commented on THRIFT-2421:
----------------------------------------

This change breaks c++ generation.

After this change in compiler/cpp/src/generate/t_cpp_generator.cc

-  indent() << "virtual ~" << tstruct->get_name() << "() throw() {}" << endl << 
endl;
+ indent() << "virtual ~" << tstruct->get_name() << "() throw();" << endl;

linker complains about missed destructor.

> Tree/Recursive struct support in thrift
> ---------------------------------------
>
>                 Key: THRIFT-2421
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2421
>             Project: Thrift
>          Issue Type: Sub-task
>          Components: C++ - Library
>            Reporter: Jake Farrell
>            Assignee: Jake Farrell
>             Fix For: 0.9.2
>
>         Attachments: 84.patch, tree_and_recursive_structs.thrift
>
>
> Patches to implement tree/list/co-recursive structures in thrift
> https://github.com/apache/thrift/pull/84



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to