Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-5830

Make a sweep to trim excess space around angle brackets

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 1.0.1
    • 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

          Activity

            People

              cgj Gaojin CAO
              bbannier Benjamin Bannier
              Michael Park Michael Park
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: