Randy Abernethy created THRIFT-2746:
---------------------------------------
Summary: 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)