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

Hudson commented on THRIFT-2520:
--------------------------------

FAILURE: Integrated in Thrift #1181 (See 
[https://builds.apache.org/job/Thrift/1181/])
THRIFT-2520 cpp:cob_style generates incorrect .tcc file (roger: rev 
63fcb7e756a88adca994111e1d9bc0c3c5186c36)
* compiler/cpp/src/generate/t_cpp_generator.cc
* lib/cpp/test/Makefile.am
* lib/cpp/test/link/LinkTest.cpp
* .gitignore
* test/cpp/Makefile.am
* lib/cpp/test/link/TemplatedService2.cpp
* lib/cpp/test/link/TemplatedService1.cpp


> cpp:cob_style generates incorrect .tcc file
> -------------------------------------------
>
>                 Key: THRIFT-2520
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2520
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Compiler
>    Affects Versions: 1.0
>         Environment: Linux gcc
>            Reporter: Nobuaki Sukegawa
>            Assignee: Roger Meier
>
> With cob_style switch, thrift compiler generates non-template method 
> definitions into .tcc files, which results in link errors whenever you 
> include a service header from multiple implementation files.
> Moving non-template methods to .cpp file resolves the problem.
> This problem is present only in recent master branch.
> pull request url:
> https://github.com/apache/thrift/pull/118



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

Reply via email to