[
https://issues.apache.org/jira/browse/THRIFT-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15156880#comment-15156880
]
Richard Tsai commented on THRIFT-3619:
--------------------------------------
I'm using this in cmake:
{{code}}
include(CheckIncludeFileCXX)
CHECK_INCLUDE_FILE_CXX(tr1/tuple TR1_TUPLE)
if(NOT TR1_TUPLE STREQUAL "TR1_TUPLE-NOTFOUND")
add_definitions(-DGTEST_USE_OWN_TR1_TUPLE=0)
endif()
{{code}}
just in case the user forces clang++ to use -stdlib=libstdc++
> Using Thrift 0.9.3 with googletest on Linux gcc 4.9 / C++11
> -----------------------------------------------------------
>
> Key: THRIFT-3619
> URL: https://issues.apache.org/jira/browse/THRIFT-3619
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Reporter: Wes McKinney
> Fix For: 0.10.0
>
>
> In PARQUET-470 we've been tracking some issues we've run into with Thrift
> 0.9.2 and 0.9.3. There is a conflict concerning {{std::tuple}} and so far
> have been unable to determine a workaround. Can you please advise and confirm
> whether this should be considered a bug in Thrift? Thank you
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)