[
https://issues.apache.org/jira/browse/THRIFT-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14153734#comment-14153734
]
Randy Abernethy edited comment on THRIFT-2746 at 9/30/14 8:56 PM:
------------------------------------------------------------------
patch
REQUIRED to build the Apache Thrift IDL Compiler on Centos 6.5 with gcc 4.4.x
Tested on:
Centos 6.5
Ubuntu 14.04
was (Author: codesf):
patch
> Compiler C++98 conformance
> --------------------------
>
> Key: THRIFT-2746
> URL: https://issues.apache.org/jira/browse/THRIFT-2746
> Project: Thrift
> Issue Type: Sub-task
> Components: C++ - Compiler, Haskell - Compiler
> Affects Versions: 0.9.2
> Environment: all
> Reporter: Randy Abernethy
> Assignee: Randy Abernethy
> Fix For: 0.9.2
>
> Attachments: 0001-Thrift-Compiler-fixes-to-keep-code-C-98.patch
>
>
> This is the piece of the CentOS 6.5 patch that cleans up the compiler build
> errors due to C++11 code in the Haskell and C++ generators.
> C++11 elements replaced:
> - Ranged for loops: for ( auto x : container )
> - Type deduction: auto
> - NULL assignment to boost::shared_ptr: replaced with .reset()
> - Constructor initialization of boost::shared_ptr with 0: replaced with ""
> - Nondeterministic compiler dependent for loop scoping: changed iterators
> to inner scope
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)