Commit f3cb34d
committed
SharedPtr: NULL -> nullptr
ARMmbed/mbed-os#12048 will require that
`SharedPtr` users use `nullptr` rather than `NULL` or `0`, which
will no longer compile.
Update example in code.
Change can be made to docs whenever, as `nullptr` form works now.1 parent 033f3ed commit f3cb34d
File tree
1 file changed
+2
-2
lines changed- docs/api/platform
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
0 commit comments