Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
The codebase still has pre-C+11 code where we needed to say e.g., vector<Option<int> > to work around C+98 parsing deficiencies. As we now can say just e.g., vector<Option<int>> we should make a sweep to trim the now unneeded extra space.
Attachments
Issue Links
- is duplicated by
-
MESOS-1872 Cleanup right angle bracket in the code base.
- Resolved