You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Oliver Kowalke (Jira)" <ji...@apache.org> on 2020/02/05 14:28:00 UTC

[jira] [Updated] (MXNET-1445) replace NULL by nullptr literal in MXNet-backend

     [ https://issues.apache.org/jira/browse/MXNET-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Kowalke updated MXNET-1445:
----------------------------------
    Description: It is better to use the nullptr literal for null-pointers because NULL can be an integer literal with value zero (since C++11).

> replace NULL by nullptr literal in MXNet-backend
> ------------------------------------------------
>
>                 Key: MXNET-1445
>                 URL: https://issues.apache.org/jira/browse/MXNET-1445
>             Project: Apache MXNet
>          Issue Type: Improvement
>            Reporter: Oliver Kowalke
>            Priority: Major
>
> It is better to use the nullptr literal for null-pointers because NULL can be an integer literal with value zero (since C++11).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org