We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bdf85 commit a3f9aaaCopy full SHA for a3f9aaa
book/en-us/02-usability.md
@@ -23,7 +23,7 @@ traditional C++ treats `NULL` and `0` as the same thing,
23
depending on how the compiler defines NULL,
24
and some compilers define NULL as `((void*)0)` Some will define it directly as `0`.
25
26
-C++ ** does not allow ** to implicitly convert `void *` to other types.
+C++ **does not allow** to implicitly convert `void *` to other types.
27
But if the compiler tries to define `NULL` as `((void*)0)`, then in the following code:
28
29
```cpp
0 commit comments