[
https://issues.apache.org/jira/browse/THRIFT-3817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272628#comment-15272628
]
Kyle Johnson commented on THRIFT-3817:
--------------------------------------
The easiest way is generate a pull request from a fork of the thrift project on
Github. That process and the patch upload method to contributing fixes can be
found here: https://github.com/apache/thrift/blob/master/doc/committers.md.
> Redeclaration of std::tuple
> ----------------------------
>
> Key: THRIFT-3817
> URL: https://issues.apache.org/jira/browse/THRIFT-3817
> Project: Thrift
> Issue Type: Bug
> Affects Versions: 0.9.3
> Reporter: Kurt Johnson
>
> In /lib/cpp/src/thrift/cxxfunctional.h, the version of the functional header
> is picked based on the compiler. Gcc defaults to <tr1/functional>. This
> includes the <tr1/tuple> which causes a redeclaration error if the c++11
> <tuple> has been used anywhere else.
> Thrift should default to using c++11 version of functional if the compiler
> supports it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)