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

Oliver Kowalke updated MXNET-1444:
----------------------------------
    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).  (was: 
MXNet uses C++-11 as default version for C++.

For instance replace NULL by nullptr.)

> [C++] replace NULLL by nullptr literal
> --------------------------------------
>
>                 Key: MXNET-1444
>                 URL: https://issues.apache.org/jira/browse/MXNET-1444
>             Project: Apache MXNet
>          Issue Type: Improvement
>          Components: Apache MXNet C/C++ API
>            Reporter: Oliver Kowalke
>            Assignee: Amol Lele
>            Priority: Trivial
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to