Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 985BA200B59 for ; Mon, 8 Aug 2016 15:27:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 97007160A91; Mon, 8 Aug 2016 13:27:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D4ABE160A77 for ; Mon, 8 Aug 2016 15:27:21 +0200 (CEST) Received: (qmail 63277 invoked by uid 500); 8 Aug 2016 13:27:21 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 63259 invoked by uid 99); 8 Aug 2016 13:27:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2016 13:27:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9E3472C029E for ; Mon, 8 Aug 2016 13:27:20 +0000 (UTC) Date: Mon, 8 Aug 2016 13:27:20 +0000 (UTC) From: "Benjamin Bannier (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MESOS-5830) Make a sweep to trim excess space around angle brackets MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 08 Aug 2016 13:27:22 -0000 [ https://issues.apache.org/jira/browse/MESOS-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Bannier updated MESOS-5830: ------------------------------------ Labels: mesosphere newbie (was: ) > 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 > Priority: Trivial > Labels: mesosphere, newbie > > The codebase still has pre-C++11 code where we needed to say e.g., {{vector >}} to work around C++98 parsing deficiencies. As we now can say just e.g., {{vector>}} we should make a sweep to trim the now unneeded extra space. -- This message was sent by Atlassian JIRA (v6.3.4#6332)