You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2014/03/24 21:18:45 UTC

[jira] [Comment Edited] (THRIFT-2421) Tree/Recursive struct support in thrift

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

Jens Geyer edited comment on THRIFT-2421 at 3/24/14 8:18 PM:
-------------------------------------------------------------

What is the following code for, in generate_forward_declaration()? It is never used ...

{code}
struct TypeInfo {
  uint64_t id;
  std::string name;
};
{code}



was (Author: jensg):
What is the following code for, in generate_forward_declaration()? It is never used ...

          struct TypeInfo {
            uint64_t id;
            std::string name;
          };


> 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
>
>
> 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)