[
https://issues.apache.org/jira/browse/MESOS-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15317114#comment-15317114
]
Michael Park commented on MESOS-3243:
-------------------------------------
{noformat}
commit 08866edd8a71d12f87f4f4dbefa292729efbf6ae
Author: Michael Park <[email protected]>
Date: Sat Jun 4 17:25:50 2016 -0700
Replaced `NULL` with `nullptr` in libprocess.
Review: https://reviews.apache.org/r/48255
{noformat}
{noformat}
commit f54fc5f0d75c25bbc43385cf83049f2a14724f74
Author: Michael Park <[email protected]>
Date: Sat Jun 4 17:25:40 2016 -0700
Replaced `NULL` with `nullptr` in stout.
Review: https://reviews.apache.org/r/48254
{noformat}
{noformat}
commit 9c10384bd7180a995cdf4766261d78afc0c13a22
Author: Michael Park <[email protected]>
Date: Sat Jun 4 17:38:03 2016 -0700
Replaced `NULL` with `nullptr` in mesos `/include`.
Review: https://reviews.apache.org/r/48253
{noformat}
{noformat}
commit 8fa85bb90e81d9aa73f53a6155d1e8f095438e9f
Author: Tomasz Janiszewski <[email protected]>
Date: Sun Jun 5 13:33:28 2016 -0700
Replaced `NULL` with `nullptr` in mesos `/docs`.
Review: https://reviews.apache.org/r/48256/
{noformat}
> 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
> Fix For: 1.0.0
>
>
> 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)