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 979CF2009F3 for ; Sat, 4 Jun 2016 12:25:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 96140160A26; Sat, 4 Jun 2016 10:25:00 +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 11553160A1E for ; Sat, 4 Jun 2016 12:24:59 +0200 (CEST) Received: (qmail 65726 invoked by uid 500); 4 Jun 2016 10:24:59 -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 65717 invoked by uid 99); 4 Jun 2016 10:24:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jun 2016 10:24:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2037C2C044E for ; Sat, 4 Jun 2016 10:24:59 +0000 (UTC) Date: Sat, 4 Jun 2016 10:24:59 +0000 (UTC) From: "Michael Park (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-3243) Replace NULL with nullptr MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 04 Jun 2016 10:25:00 -0000 [ https://issues.apache.org/jira/browse/MESOS-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315447#comment-15315447 ] Michael Park commented on MESOS-3243: ------------------------------------- [~janisz] Sorry for the super long delay on this. I tried to apply your patches today to get them committed and of course they're out of date at this point... Could you please rebase your patches, and I can get them committed for you. > Replace NULL with nullptr > ------------------------- > > Key: MESOS-3243 > URL: https://issues.apache.org/jira/browse/MESOS-3243 > Project: Mesos > Issue Type: Improvement > Reporter: Michael Park > Assignee: Tomasz Janiszewski > > As part of the C++ upgrade, it would be nice to move our use of {{NULL}} over to use {{nullptr}}. I think it would be an interesting exercise to do this with {{clang-modernize}} using the [nullptr transform|http://clang.llvm.org/extra/UseNullptrTransform.html] (although it's probably just as easy to use {{sed}}). -- This message was sent by Atlassian JIRA (v6.3.4#6332)