Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.2
-
None
-
all
-
Patch Available
Description
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
Attachments
Attachments
Issue Links
- is part of
-
THRIFT-2744 Vagrantfile for Centos 6.5
- Closed
- is related to
-
THRIFT-2711 Travis reports false possitive while building with mingw
- Closed