Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.5.0
-
None
-
None
Description
This JIRA is an umbrella for all the tasks required to modernize Impala's C++ usage, now that all parts of the compilation process use compilers that support C++11 and beyond.
Attachments
1.
|
Replace BOOST_FOREACH with ranged for() loops | Resolved | Henry Robinson | |
2.
|
Consider replace boost::scoped_ptr with std::unique_ptr | Resolved | Unassigned | |
3.
|
Replace boost::bind with lambdas | Resolved | Unassigned | |
4.
|
Replace boost::shared_ptr with its std:: equivalent | Resolved | Henry Robinson | |
5.
|
Switch to C++11-style scoped enums | Resolved | Stephen Carlin |