Benjamin Bannier created MESOS-5830:
---------------------------------------
Summary: Make a sweep to trim excess space around angle brackets
Key: MESOS-5830
URL: https://issues.apache.org/jira/browse/MESOS-5830
Project: Mesos
Issue Type: Improvement
Reporter: Benjamin Bannier
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)